Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @tinajs/mina-webpack-examples@1.0.0-7
 - @tinajs/mina-entry-webpack-plugin@1.0.0-7
 - @tinajs/mina-loader@1.0.0-7
 - @tinajs/mina-runtime-webpack-plugin@1.0.0-7
  • Loading branch information
imyelo committed Sep 13, 2018
1 parent 9d658ff commit b0c3de9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tinajs/mina-webpack-examples",
"private": true,
"version": "1.0.0-6",
"version": "1.0.0-7",
"description": "",
"main": "index.js",
"author": "yelo",
Expand All @@ -21,9 +21,9 @@
"iview-weapp": "^2.0.0"
},
"devDependencies": {
"@tinajs/mina-entry-webpack-plugin": "^1.0.0-6",
"@tinajs/mina-loader": "^1.0.0-6",
"@tinajs/mina-runtime-webpack-plugin": "^1.0.0-6",
"@tinajs/mina-entry-webpack-plugin": "^1.0.0-7",
"@tinajs/mina-loader": "^1.0.0-7",
"@tinajs/mina-runtime-webpack-plugin": "^1.0.0-7",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mina-entry-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinajs/mina-entry-webpack-plugin",
"version": "1.0.0-6",
"version": "1.0.0-7",
"description": "Automaticly generates entries-list from mina files for Webpack",
"main": "lib/index.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"webpack": "^4.16.0"
},
"devDependencies": {
"@tinajs/mina-loader": "^1.0.0-0",
"@tinajs/mina-loader": "^1.0.0-7",
"lint-staged": "^7.2.0",
"prettier": "^1.13.7",
"webpack": "^4.16.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mina-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinajs/mina-loader",
"version": "1.0.0-6",
"version": "1.0.0-7",
"description": "MINA single-file-component loader for Webpack",
"main": "lib/index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/tinajs/mina-webpack/tree/master/packages/mina-loader#readme",
"devDependencies": {
"@tinajs/mina-entry-webpack-plugin": "^1.0.0-6",
"@tinajs/mina-runtime-webpack-plugin": "^1.0.0-6",
"@tinajs/mina-entry-webpack-plugin": "^1.0.0-7",
"@tinajs/mina-runtime-webpack-plugin": "^1.0.0-7",
"@tinajs/tina-logo.mina": "^0.2.1",
"ava": "^0.23.0",
"babel": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mina-runtime-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinajs/mina-runtime-webpack-plugin",
"version": "1.0.0-6",
"version": "1.0.0-7",
"description": "A runtime patch for compiling mina project by Webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b0c3de9

Please sign in to comment.