Skip to content

Commit

Permalink
Update package.json to 1.1218.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmiaw committed Nov 27, 2017
1 parent 13ef43a commit de214cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/src/main/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msl-core",
"version": "1.1217.0",
"version": "1.1218.0",
"description": "Message Security Layer",
"keywords": [
"msl",
Expand Down
4 changes: 2 additions & 2 deletions tests/src/main/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msl-tests",
"version": "1.1217.0",
"version": "1.1218.0",
"description": "Message Security Layer Tests",
"keywords": [
"msl",
Expand Down Expand Up @@ -42,7 +42,7 @@
]
},
"dependencies": {
"msl-core": "^1.1217.0"
"msl-core": "^1.1218.0"
},
"devDependencies": {
"ec-key": "0.0.2",
Expand Down
6 changes: 3 additions & 3 deletions tests/src/test/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msl-tests-exec",
"version": "1.1217.0",
"version": "1.1218.0",
"description": "Message Security Layer Tests Execution",
"keywords": [
"msl",
Expand All @@ -20,8 +20,8 @@
"test": "find . -type f -name '*.js' ! -regex '.*/node_modules/.*' | xargs -n1 jasmine-node --matchall --forceexit --captureExceptions ./node_modules/msl-tests/lib/jasmine/msl-helpers.js"
},
"dependencies": {
"msl-core": "^1.1217.0",
"msl-tests": "^1.1217.0"
"msl-core": "^1.1218.0",
"msl-tests": "^1.1218.0"
},
"devDependencies": {
"clarinet": "^0.11.0",
Expand Down

0 comments on commit de214cb

Please sign in to comment.