Skip to content

Commit

Permalink
Upgrade Steal
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Mar 2, 2017
1 parent f79c183 commit 244f6ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"document": "bit-docs",
"test:node": "mocha test/test.js && mocha test/test_register_node.js",
"test:browser": "testee test/test.html test/register.html --browsers firefox --reporter Spec",
"test:xss": "mocha test/xss/test.js",
"test:xss": "mocha test/xss/test.js",
"test": "npm run test:node && npm run test:browser && npm run test:xss",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
Expand Down Expand Up @@ -39,13 +39,12 @@
"bit-docs": "0.0.7",
"chai": "^3.4.1",
"mocha": "^3.2.0",
"steal": "^0.16.0",
"steal-mocha": "1.0.0-pre.1",
"steal-tools": "^0.16.0",
"testee": "^0.3.0"
"steal": "^1.2.10",
"steal-mocha": "^1.0.0",
"steal-tools": "^1.1.2",
"testee": "^0.3.1"
},
"system": {
"npmAlgorithm": "flat",
"steal": {
"npmDependencies": [
"steal-mocha",
"mocha",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var stealTools = require("steal-tools");

stealTools.export({
system: {
steal: {
config: __dirname + "/../package.json!npm"
},
options: {},
Expand Down

0 comments on commit 244f6ed

Please sign in to comment.