Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Dec 22, 2018
1 parent ec50082 commit dbe2533
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion packages/emeralt-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/assets",
"version": "0.0.2",
"version": "0.0.3",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "CC-BY-4.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/cli",
"version": "0.0.2",
"version": "0.0.3",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -14,7 +14,7 @@
"tsconfig-paths": "^3.7.0"
},
"dependencies": {
"@emeralt/server": "^0.0.2",
"@emeralt/server": "^0.0.3",
"ts-node": "^7.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/server",
"version": "0.0.2",
"version": "0.0.3",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./build/index.js",
Expand All @@ -11,7 +11,7 @@
"build:prod": "node ../../cli build -m -s"
},
"devDependencies": {
"@emeralt/types": "^0.0.2",
"@emeralt/types": "^0.0.3",
"@types/express": "^4.16.0",
"@types/npm": "^2.0.29",
"@types/supertest": "^2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/emeralt-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/types",
"version": "0.0.2",
"version": "0.0.3",
"author": "stackdumper <stackdumper@gmail.com>",
"license": "MIT",
"main": "./src/index.ts",
Expand Down

0 comments on commit dbe2533

Please sign in to comment.