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

Commit

Permalink
Use grumble as build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
puffnfresh committed Jul 8, 2013
1 parent b172936 commit d1b4370
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
fantasy-states.*.js
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.0",
"description": "State control structure.",
"main": "state.js",
"scripts": {},
"scripts": {
"test": "node_modules/.bin/grumble test",
"build": "node_modules/.bin/grumble"
},
"repository": {
"type": "git",
"url": "git://github.com/puffnfresh/fantasy-states.git"
Expand All @@ -18,8 +21,14 @@
"bugs": {
"url": "https://github.com/puffnfresh/fantasy-states/issues"
},
"grumble": {
"export": "State"
},
"dependencies": {
"daggy": "0.0.1",
"fantasy-tuples": "0.0.1"
},
"devDependencies": {
"grumble": "0.0.1"
}
}

0 comments on commit d1b4370

Please sign in to comment.