Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed May 23, 2018
1 parent e237c95 commit 878aa2a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.1.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/runa-core/package.json
@@ -1,6 +1,6 @@
{
"name": "runa-core",
"version": "0.0.0",
"version": "0.1.0",
"main": "main.js",
"module": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/runa-server/package.json
@@ -1,6 +1,6 @@
{
"name": "runa-server",
"version": "0.0.0",
"version": "0.1.0",
"main": "main.js",
"module": "index.js",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"restify": "^7.2.0"
},
"devDependencies": {
"runa-core": "^0.0.0",
"runa-core": "^0.1.0",
"sinon": "^5.0.7",
"supertest": "^3.1.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/runa-ui-elm/package.json
@@ -1,12 +1,11 @@
{
"name": "runa-ui-elm",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"prepare": "elm-package install",
"prepublishOnly": "run-s build",
"build": "elm-app build"
},
"dependencies": {},
"devDependencies": {
"create-elm-app": "^1.10.4",
"npm-run-all": "^4.1.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/runa/package.json
@@ -1,6 +1,6 @@
{
"name": "runa",
"version": "0.0.7",
"version": "0.1.0",
"description": "Process manager for developement with a web interface.",
"bin": "cli.js",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"pkg-conf": "^2.0.0",
"read-pkg": "^3.0.0",
"restify": "^6.3.4",
"runa-core": "^0.0.0",
"runa-server": "^0.0.0",
"runa-ui-elm": "^0.0.0",
"runa-core": "^0.1.0",
"runa-server": "^0.1.0",
"runa-ui-elm": "^0.1.0",
"split": "^1.0.1",
"yargs": "^10.0.3",
"z": "^1.0.3"
Expand Down

0 comments on commit 878aa2a

Please sign in to comment.