Skip to content

Commit

Permalink
Edit package.json for 0.1.0 release as grunt-init template per #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Apr 6, 2014
1 parent 8b5a167 commit 1038ec8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"license": "MIT",
"author": "Ryan Van Etten",
"keywords": ["umd", "template", "boilerplate"],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/ryanve/universal.git"
Expand All @@ -16,23 +15,23 @@
},
"jshintConfig": {
"boss": true,
"browser": true,
"debug": true,
"devel": true,
"eqnull": true,
"evil": true,
"expr": true,
"globals": {
"define": true,
"ender": true
"define": true
},
"jquery": true,
"latedef": "nofunc",
"laxcomma": true,
"maxcomplexity": 15,
"maxerr": 10,
"maxlen": 115,
"maxparams": 4,
"node": true,
"sub": true,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true
}
Expand Down

0 comments on commit 1038ec8

Please sign in to comment.