Skip to content

Commit

Permalink
bump version number & update XO config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Aug 10, 2016
1 parent ab31b80 commit ea8b8e6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kickoff",
"title": "Kickoff",
"description": "A lightweight front-end framework for creating scalable, responsive websites",
"version": "7.0.2",
"version": "7.1.0",
"homepage": "http://trykickoff.com",
"authors": [
{
Expand All @@ -22,7 +22,7 @@
"Github contributors <https://github.com/trykickoff/kickoff/graphs/contributors>"
],
"scripts": {
"test": "xo",
"test": "xo && grunt postscss",
"travis": "grunt travis --verbose",
"prestart": "npm prune && npm install",
"start": "grunt start",
Expand All @@ -32,7 +32,7 @@
"commit": "git-cz"
},
"scripts-info": {
"test": "Run js tests",
"test": "Run tests",
"prestart": "Install npm dependencies",
"start": "Open starter checklist on trykickoff.com",
"predeploy": "Install non-optional npm dependencies",
Expand Down Expand Up @@ -87,7 +87,9 @@
"npm-scripts-info": "^0.3.6",
"opn": "^4.0.2"
},
"keywords": [],
"keywords": [
""
],
"babel": {
"presets": [
"es2015"
Expand All @@ -103,6 +105,9 @@
},
"xo": {
"esnext": true,
"global": [
"window"
],
"ignores": [
"**/assets/src/js/standalone/**/*.js",
"**/assets/dist/**/*.js",
Expand Down

0 comments on commit ea8b8e6

Please sign in to comment.