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 4fed671 commit c443aeaCopy full SHA for c443aea
.travis.yml
@@ -4,8 +4,6 @@ node_js:
4
- "4"
5
- "0.12"
6
- "0.10"
7
-before_script:
8
- - npm run typings
9
after_success:
10
- npm run coveralls
11
deploy:
package.json
@@ -12,7 +12,6 @@
12
"test:cover": "istanbul cover _mocha",
13
"test:report": "npm run test:cover && open coverage/lcov-report/index.html",
14
"test": "npm run test:tsc && npm run test:eslint && npm run test:cover",
15
- "typings": "typings install",
16
"coveralls": "cat coverage/lcov.info | coveralls"
17
},
18
"repository": {
@@ -30,8 +29,7 @@
30
29
"yield",
31
"es6",
32
"es2015",
33
- "typescript",
34
- "typings"
+ "typescript"
35
],
36
"engines": {
37
"node": ">=4.0"
0 commit comments