Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Mar 31, 2020
1 parent f38e1b0 commit 6ab2434
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bundles/puxi.js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bundles/puxi.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puxi.js",
"version": "0.0.0",
"version": "0.0.1",
"description": "Full features of PuxiJS in one bundle!",
"keywords": [
"puxijs",
Expand Down Expand Up @@ -37,8 +37,8 @@
"url": "https://github.com/pixijs/pixi-ui/issues"
},
"dependencies": {
"@puxi/core": "^1.0.0",
"@puxi/tween": "^1.0.0"
"@puxi/core": "^0.0.1",
"@puxi/tween": "^0.0.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.1",
Expand All @@ -47,4 +47,4 @@
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-terser": "^5.3.0"
}
}
}
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [
"packages/*",
"bundles/*"
"bundles/*",
"packages/*"
],
"version": "0.0.0"
}
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puxi/core",
"version": "1.0.0",
"version": "0.0.1",
"description": "Default set of PuxiJS UI display objects",
"keywords": [
"pixi",
Expand Down Expand Up @@ -57,6 +57,6 @@
"dependencies": {
"@pixi/filter-drop-shadow": "^3.1.1",
"@pixi/jsdoc-template": "^2.5.1",
"@puxi/tween": "^1.0.0"
"@puxi/tween": "^0.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/tween/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tween/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puxi/tween",
"version": "1.0.0",
"version": "0.0.1",
"description": "PixiJS tweening library",
"keywords": [
"tween",
Expand Down

0 comments on commit 6ab2434

Please sign in to comment.