Skip to content

Commit

Permalink
v1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Jan 2, 2019
1 parent 3aa957e commit 4edeec2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "1.0.18"
"version": "1.0.19"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/core",
"version": "1.0.17",
"version": "1.0.19",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webpack-plugin",
"version": "1.0.18",
"version": "1.0.19",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand All @@ -20,6 +20,7 @@
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"consolidate": "^0.15.1",
"css": "^2.2.1",
"de-indent": "^1.0.2",
"hash-sum": "^1.0.2",
Expand All @@ -30,8 +31,7 @@
"postcss-load-config": "^1.2.0",
"postcss-selector-parser": "^2.0.0",
"resolve": "^1.5.0",
"webpack-sources": "^1.1.0",
"consolidate": "^0.15.1"
"webpack-sources": "^1.1.0"
},
"peerDependencies": {
"css-loader": "^0.28.10",
Expand Down

0 comments on commit 4edeec2

Please sign in to comment.