Realised that main needn't change for npm to pick up index.js.
This commit is contained in:
parent
e3a82e5f6d
commit
d9f3911689
@ -2,7 +2,7 @@
|
||||
"name": "planetary.js",
|
||||
"version": "1.1.1",
|
||||
"description": "Awesome interactive globes for the web",
|
||||
"main": "index.js",
|
||||
"main": "dist/planetaryjs",
|
||||
"scripts": {
|
||||
"build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib",
|
||||
"jshint": "gulp jshint",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user