Add 'main' entry to package.json

This commit is contained in:
Brandon Tilley 2013-12-28 16:18:09 -08:00
parent 5a140ab914
commit 4927fedc20

View File

@ -2,6 +2,7 @@
"name": "planetary.js",
"version": "1.0.0-rc.2",
"description": "Awesome interactive globes for the web",
"main": "dist/planetaryjs",
"scripts": {
"build": "rm -r dist/ ; gulp && cp dist/planetaryjs.min.js site/public/js/lib",
"jshint": "gulp jshint",