Browse Source

Merge pull request #50 from wbinnssmith/main-package-json

Add a main field to the package json.
pull/53/head
Todd Motto 10 years ago
parent
commit
5d2e82b576
  1. 1
      package.json

1
package.json

@ -17,6 +17,7 @@
"type": "git",
"url": "http://github.com/toddmotto/echo.git"
},
"main": "dist/echo.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",

Loading…
Cancel
Save