diff options
-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 +} |