We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8417b7f commit 7b54622Copy full SHA for 7b54622
package.json
@@ -8,8 +8,7 @@
8
"build": "npm run clean && tsc",
9
"clean": "rm -rf dist",
10
"test": "npm run build && ava",
11
- "travis-deploy-once": "travis-deploy-once",
12
- "semantic-release": "semantic-release"
+ "semantic-release": "npm run build && semantic-release"
13
},
14
"repository": {
15
"type": "git",
@@ -31,8 +30,7 @@
31
30
"ava": "^0.25.0",
32
"semantic-release": "^12.4.1",
33
"tslint": "^5.9.1",
34
- "typescript": "^2.7.1",
35
- "travis-deploy-once": "^4.3.4"
+ "typescript": "^2.7.1"
36
37
"dependencies": {
38
"@types/debug": "^0.0.30",
0 commit comments