Skip to content

Commit c443aea

Browse files
committed
Fix: remove typings script
1 parent 4fed671 commit c443aea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ node_js:
44
- "4"
55
- "0.12"
66
- "0.10"
7-
before_script:
8-
- npm run typings
97
after_success:
108
- npm run coveralls
119
deploy:

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"test:cover": "istanbul cover _mocha",
1313
"test:report": "npm run test:cover && open coverage/lcov-report/index.html",
1414
"test": "npm run test:tsc && npm run test:eslint && npm run test:cover",
15-
"typings": "typings install",
1615
"coveralls": "cat coverage/lcov.info | coveralls"
1716
},
1817
"repository": {
@@ -30,8 +29,7 @@
3029
"yield",
3130
"es6",
3231
"es2015",
33-
"typescript",
34-
"typings"
32+
"typescript"
3533
],
3634
"engines": {
3735
"node": ">=4.0"

0 commit comments

Comments
 (0)