Skip to content

Commit

Permalink
Add np to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Apr 4, 2019
1 parent 316ee0e commit 12b9886
Show file tree
Hide file tree
Showing 2 changed files with 864 additions and 23 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"scripts": {
"build": "tsc -p tsconfig.json",
"prepare": "npm run build"
"prepare": "npm run build",
"version": "np"
},
"files": [
"dist",
Expand Down Expand Up @@ -54,6 +55,7 @@
"@types/node": "^10.12.18",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"np": "^4.0.2",
"prettier": "^1.16.1",
"tslint": "^5.12.0",
"tslint-config-palmerhq": "^1.0.2",
Expand All @@ -77,4 +79,4 @@
"singleQuote": true,
"trailingComma": "es5"
}
}
}
Loading

0 comments on commit 12b9886

Please sign in to comment.