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

Commit

Permalink
0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed May 11, 2016
1 parent 93bc6a8 commit c17ca5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "cooking",
"version": "0.3.14",
"version": "0.3.15",
"description": "A modular build tool based on webpack.",
"preferGlobal": true,
"bin": {
Expand All @@ -16,7 +16,9 @@
"xo": {
"semicolon": false,
"space": 2,
"ignores": ["example/**"]
"ignores": [
"example/**"
]
},
"ava": {
"files": [
Expand Down

0 comments on commit c17ca5d

Please sign in to comment.