diff options
author | Rob Loach <robloach@gmail.com> | 2015-02-23 08:15:14 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-02-23 08:15:14 -0500 |
commit | 1ff93f28f488105eb5b196ffec5a6564d3488996 (patch) | |
tree | c96e8929f2f64e82a8f7b15a2db6155d2ab80e70 | |
parent | b850467eda811f6bac4121ad91687915950763fc (diff) | |
download | xor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.zip xor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.tar.gz xor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.tar.bz2 |
Update dependencies
-rw-r--r-- | HISTORY.md | 3 | ||||
-rw-r--r-- | bower.json | 9 | ||||
-rw-r--r-- | package.json | 6 |
3 files changed, 8 insertions, 10 deletions
@@ -1,5 +1,8 @@ # History +## v0.0.x +- Updated dependencies + ## v0.0.2 February 3rd, 2015 - Cleaned documentation @@ -15,11 +15,6 @@ "keywords": [ "encryption" ], - "devDependencies": { - "eslint": "~0.13.0", - "mocha": "~2.1.0", - "projectz": "~0.3.17", - "uglify-js": "~2.4.16" - }, + "devDependencies": {}, "dependencies": {} -}
\ No newline at end of file +} diff --git a/package.json b/package.json index 3b1b07c..6f1d3f9 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ }, "dependencies": {}, "devDependencies": { - "eslint": "~0.13.0", + "eslint": "~0.15.0", "mocha": "~2.1.0", - "projectz": "~0.3.17", + "projectz": "~0.4.3", "uglify-js": "~2.4.16" }, "scripts": { @@ -54,4 +54,4 @@ "type": "MIT", "url": "http://opensource.org/licenses/MIT" } -}
\ No newline at end of file +} |