Skip to content

Commit

Permalink
[js] Bump package.json versions to what we released
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 25, 2018
1 parent 89c8de7 commit 5d11d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nqp-js-on-js/package.json
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.15.0",
"name": "nqp-js-on-js",
"bin": {
"nqp-js-on-js": "nqp-bootstrapped.js"
Expand All @@ -14,6 +14,6 @@
}
],
"dependencies": {
"nqp-runtime": "0.2.0"
"nqp-runtime": "0.15.0"
}
}
2 changes: 1 addition & 1 deletion src/vm/js/nqp-runtime/package.json
@@ -1,6 +1,6 @@
{
"name": "nqp-runtime",
"version": "0.2.0",
"version": "0.15.0",
"description": "the runtime for the js backend for nqp",
"bugs": {
"url:": "https://github.com/perl6/nqp/issues",
Expand Down

0 comments on commit 5d11d7d

Please sign in to comment.