Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
11.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed Jul 27, 2017
1 parent 14d2614 commit cd23cf7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -26,7 +33,12 @@
"jasmine": true,
"node": true
},
"ignore": ["lib", "flowtype-interfaces", "spec", "template"]
"ignore": [
"lib",
"flowtype-interfaces",
"spec",
"template"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cd23cf7

Please sign in to comment.