Added np for automating releases. (#41)

This commit is contained in:
Sergio Díaz 2018-08-01 00:04:10 -06:00 committed by GitHub
parent 52e88a3703
commit 24c0bfb04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1480 additions and 9 deletions

1480
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,10 @@
"license": "MIT",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage ./src"
"test:coverage": "jest --coverage ./src",
"release": "np"
},
"files": [
"/src",
"/bin"
],
"files": ["/src", "/bin"],
"dependencies": {
"@oclif/command": "^1.4.34",
"@oclif/config": "^1.6.33",
@ -36,6 +34,7 @@
"devDependencies": {
"jest": "^23.4.1",
"jest-watch-typeahead": "^0.2.0",
"np": "^3.0.4",
"strip-ansi": "^4.0.0"
},
"oclif": {