Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Aug 7, 2019
1 parent 4b839ca commit c9c501b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 34 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

43 changes: 20 additions & 23 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
}
],
"files": [
"src"
"src/*.ks"
],
"main": "src/index.ks",
"dependencies": {
"@zokugun/lang": "github:zokugunks/lang",
"@zokugun/lang.date": "github:zokugunks/lang.date"
"@zokugun/lang": "^0.4.0",
"@zokugun/lang.date": "^0.3.0"
},
"devDependencies": {
"@kaoscript/coverage-istanbul": "github:kaoscript/coverage-istanbul",
"@kaoscript/runtime": "github:kaoscript/runtime",
"@kaoscript/coverage-istanbul": "^0.2.1",
"@kaoscript/runtime": "^0.6.1",
"@zokugun/istanbul.cover": "^0.5.0",
"@zokugun/istanbul.cover.cmd.mocha": "^0.4.0",
"@zokugun/istanbul.reporter.minimap": "^0.5.0",
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"coveralls": "^3.0.6",
"istanbul": "^0.4.5",
"kaoscript": "github:kaoscript/kaoscript",
"kaoscript": "^0.9.1",
"mocha": "^5.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit c9c501b

Please sign in to comment.