Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
add lint:pack command (organize package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
josmardias committed Jan 2, 2018
1 parent eec275d commit d220cfe
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .fixpackrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"sortToTop": [
"name",
"private",
"version",
"description",
"license",
"author",
"homepage",
"proxy",
"bugs",
"repository",
"keywords",
"config",
"main",
"scripts",
"eslintConfig"
]
}
87 changes: 86 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"url": "https://github.com/josmardias/gurpsjs.git"
},
"scripts": {
"lint:pack": "fixpack"
},
"devDependencies": {
"fixpack": "^2.3.1"
}
}

0 comments on commit d220cfe

Please sign in to comment.