summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2015-02-23 08:15:14 -0500
committerRob Loach <robloach@gmail.com>2015-02-23 08:15:14 -0500
commit1ff93f28f488105eb5b196ffec5a6564d3488996 (patch)
treec96e8929f2f64e82a8f7b15a2db6155d2ab80e70
parentb850467eda811f6bac4121ad91687915950763fc (diff)
downloadxor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.zip
xor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.tar.gz
xor-crypt-1ff93f28f488105eb5b196ffec5a6564d3488996.tar.bz2
Update dependencies
-rw-r--r--HISTORY.md3
-rw-r--r--bower.json9
-rw-r--r--package.json6
3 files changed, 8 insertions, 10 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f1050ef..c481fd1 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,8 @@
# History
+## v0.0.x
+- Updated dependencies
+
## v0.0.2 February 3rd, 2015
- Cleaned documentation
diff --git a/bower.json b/bower.json
index d86b5e3..9f89dcd 100644
--- a/bower.json
+++ b/bower.json
@@ -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
+}