mirror of https://github.com/Seich/Beau.git
Added np for automating releases.
This commit is contained in:
parent
52e88a3703
commit
b8c928a7f2
File diff suppressed because it is too large
Load Diff
|
|
@ -7,12 +7,10 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:coverage": "jest --coverage ./src"
|
"test:coverage": "jest --coverage ./src",
|
||||||
|
"release": "np"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": ["/src", "/bin"],
|
||||||
"/src",
|
|
||||||
"/bin"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oclif/command": "^1.4.34",
|
"@oclif/command": "^1.4.34",
|
||||||
"@oclif/config": "^1.6.33",
|
"@oclif/config": "^1.6.33",
|
||||||
|
|
@ -36,6 +34,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jest": "^23.4.1",
|
"jest": "^23.4.1",
|
||||||
"jest-watch-typeahead": "^0.2.0",
|
"jest-watch-typeahead": "^0.2.0",
|
||||||
|
"np": "^3.0.4",
|
||||||
"strip-ansi": "^4.0.0"
|
"strip-ansi": "^4.0.0"
|
||||||
},
|
},
|
||||||
"oclif": {
|
"oclif": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue