Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jan 17, 2018
1 parent def8194 commit 58d7a1c
Show file tree
Hide file tree
Showing 4 changed files with 2,318 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ install:
- npm install -g remap-istanbul
- npm install -g coveralls
- npm install mocha-lcov-reporter
- npm install
- npm install yarn
- yarn install

script:
- npm run build
Expand Down
64 changes: 29 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
},
"devDependencies": {
"browserify": "^15.0.0",
"chai": "^4.1.0",
"chai": "^4.1.2",
"jsmin": "^1.0.1",
"latest": "^0.2.0",
"mocha": "^4.0.0",
"typescript": "^2.6.0"
"mocha": "^4.1.0",
"typescript": "^2.6.2"
},
"scripts": {
"build:ts": "tsc",
Expand Down
Loading

0 comments on commit 58d7a1c

Please sign in to comment.