diff --git a/package.json b/package.json index 7d4c2c6..ddcd844 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,20 @@ { "name": "sagui", - "version": "11.0.0-rc.2", + "version": "11.0.0-rc.3", "description": "Front-end tooling in a single dependency", "preferGlobal": false, "bin": { "sagui": "./bin/sagui.js" }, "main": "index.js", - "files": ["bin", "karma-static-files", "flowtype-interfaces", "lib", "src", "template"], + "files": [ + "bin", + "karma-static-files", + "flowtype-interfaces", + "lib", + "src", + "template" + ], "scripts": { "build": "rm -rf lib && babel src --out-dir lib --ignore *.spec.js && cp src/sagui-config-schema.json lib/sagui-config-schema.json && cp src/javascript-eslintrc.json lib/javascript-eslintrc.json", "test": "npm run test:lint && npm run test:unit && npm run test:integration", @@ -26,7 +33,12 @@ "jasmine": true, "node": true }, - "ignore": ["lib", "flowtype-interfaces", "spec", "template"] + "ignore": [ + "lib", + "flowtype-interfaces", + "spec", + "template" + ] }, "repository": { "type": "git",