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 ab7ad50 commit 6ec533b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 31 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

39 changes: 17 additions & 22 deletions package-lock.json

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

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,23 @@
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"files": [
"src/*.ks"
],
"main": "src/index.ks",
"dependencies": {
"@zokugun/lang": "github:zokugunks/lang"
"@zokugun/lang": "^0.4.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 6ec533b

Please sign in to comment.