diff --git a/.nvmrc b/.nvmrc index 9aeb5c2..be628fe 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1,2 +1,2 @@ -v5.5.0 +v6.9.0 diff --git a/package.json b/package.json index 4b7d434..58692e3 100644 --- a/package.json +++ b/package.json @@ -73,10 +73,15 @@ "time-grunt": "^1.0.0" }, "engines": { - "node": ">=5.5.0" + "node": ">=6.9.0" }, "scripts": { - "test": "grunt test" + "start": "./node_modules/.bin/grunt", + "test": "./node_modules/.bin/grunt test", + "dev": "./node_modules/.bin/grunt dev", + "build": "./node_modules/.bin/grunt build", + "preview": "./node_modules/.bin/grunt preview", + "public": "./node_modules/.bin/grunt public" }, "config": { "banner": "/* Chartist.js <%= pkg.version %>\n * Copyright © <%= year %> Gion Kunz\n * Free to use under either the WTFPL license or the MIT license.\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-WTFPL\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-MIT\n */\n",