Skip to content

Commit

Permalink
Rhys/n gage (#141)
Browse files Browse the repository at this point in the history
* update makefile

* upgrade to n-make
  • Loading branch information
wheresrhys authored May 17, 2017
1 parent 37a26de commit 51e4bca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 231 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
include n.Makefile
node_modules/@financial-times/n-gage/index.mk:
npm install @financial-times/n-gage
touch $@

-include node_modules/@financial-times/n-gage/index.mk

test-unit:
mocha test/helpers.js test
Expand Down
229 changes: 0 additions & 229 deletions n.Makefile

This file was deleted.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"kq": "./bin/keen-query.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "commit-wizard"
},
"repository": {
"type": "git",
Expand All @@ -28,6 +29,7 @@
},
"homepage": "https://github.com/Financial-Times/keen-query#readme",
"devDependencies": {
"@financial-times/n-gage": "^1.1.2",
"bower": "^1.7.9",
"chai": "^3.4.1",
"eslint": "^3.4.0",
Expand All @@ -36,5 +38,12 @@
"mocha": "^2.4.2",
"npm-prepublish": "^1.2.1",
"sinon": "^1.17.3"
},
"config": {
"pre-git": {
"pre-commit": [
"node_modules/.bin/secret-squirrel"
]
}
}
}

0 comments on commit 51e4bca

Please sign in to comment.