jtrussell / angular-snap.js

AngularJS directive for snap.js
http://jtrussell.github.io/angular-snap.js/
MIT License
700 stars 67 forks source link

Cannot use installed as npm module with browserify #94

Closed StanleyGoldman closed 9 years ago

StanleyGoldman commented 9 years ago

Package.json's main property should be a string to the main javascript file..

Unlike bower.json, which allows for an array of both javascript and css file names. The package.json should only be a string to a single javascript file.

This error prevents me from including angular-snap from npm when using browserify.