Skip to content

Commit

Permalink
update main file in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Mar 12, 2017
1 parent d8e0364 commit 09b756e
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": "circosJS",
"version": "2.0.1",
"description": "A d3js library to build circos graphs",
"main": "app.js",
"main": "dist/circos.min.js",
"scripts": {
"test": "NODE_ENV=test mocha --compilers js:babel-register --require ignore-styles --reporter spec src/**/*.test.js src/*.test.js",
"test:tdd": "NODE_ENV=test mocha --compilers js:babel-register --require ignore-styles --reporter nyan --watch src/*.test.js src/**/*.test.js",
Expand Down

0 comments on commit 09b756e

Please sign in to comment.