Skip to content

Commit

Permalink
chore: rename to oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 0d861c3 commit ba19305
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1,149 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@
"eslint-plugin-unicorn": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"eslint": "^4.16.0",
"eslint-config-oclif": "^1.2.2",
"husky": "^0.14.3",
"nps": "^5.7.1",
"nps-utils": "^1.5.0"
"eslint-config-oclif": "^1.2.2"
},
"engines": {
"node": ">= 8.0.0"
Expand All @@ -31,10 +26,5 @@
],
"license": "MIT",
"main": "index.js",
"repository": "oclif/eslint-config-oclif",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
"test": "nps test -l warn"
}
"repository": "oclif/eslint-config-oclif"
}
Loading

0 comments on commit ba19305

Please sign in to comment.