Skip to content
This repository has been archived by the owner on Dec 12, 2017. It is now read-only.

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Sep 14, 2016
1 parent 2a88489 commit ea5b6a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.26",
"version": "1.0.7",
"version": "1.0.8",
"bootstrapConfig": {
"ignore": "cooking-cli"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cooking-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "cooking-cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "cooking cli.",
"preferGlobal": true,
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-stage-2": "^6.0.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cooking": "^1.0.6",
"cooking": "^1.0.8",
"cross-spawn": "^4.0.0",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^2.0.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion packages/cooking/package.json
@@ -1,6 +1,6 @@
{
"name": "cooking",
"version": "1.0.6",
"version": "1.0.8",
"description": "A modular build tool based on webpack.",
"main": "lib/cooking.js",
"preferGlobal": false,
Expand Down

0 comments on commit ea5b6a6

Please sign in to comment.