Skip to content

Commit

Permalink
Merge pull request #77 from Financial-Times/npm-metrics
Browse files Browse the repository at this point in the history
Switch to npm version of next-metrics
  • Loading branch information
matthew-andrews committed Apr 1, 2015
2 parents 9b2539e + 733bff6 commit acf5772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ install:
npm install

test:
export HOSTEDGRAPHITE_APIKEY=123; mocha
mocha

run:
export HOSTEDGRAPHITE_APIKEY=123; node test/fixtures/app/main.js
node test/fixtures/app/main.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"next-feature-flags-client": "https://github.com/Financial-Times/next-feature-flags-client/archive/v5.1.1.tar.gz",
"next-barrier-component": "Financial-Times/next-barrier-component#v1",
"ft-next-handlebars": "^1.0.1",
"next-metrics": "https://github.com/Financial-Times/next-metrics/archive/v1.4.1.tar.gz"
"next-metrics": "^1.6.1"
},
"devDependencies": {
"chai": "^2.1.2",
Expand Down

0 comments on commit acf5772

Please sign in to comment.