Skip to content

Commit

Permalink
fix(package.json): fix build source
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Oct 23, 2018
1 parent 6cefa0f commit 7895859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "umetrics",
"version": "1.0.0",
"description": "Convenient wrapper for prom-client to expose product's metrics to prometheus",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "mocha --exit --ui bdd --reporter spec --require babel-register ./src/**/*.server.test.js ./src/*.server.test.js",
"test:coverage:dev": "nyc --reporter=text --require babel-register mocha --exit --ui bdd --reporter spec --require babel-register ./src/**/*.server.test.js ./src/*.server.test.js",
Expand Down

0 comments on commit 7895859

Please sign in to comment.