tobiasahlin / SpinKit

A collection of loading indicators animated with CSS

Home Page:http://tobiasahlin.com/spinkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package.json breaks npm import with Browserify

strom opened this issue · comments

The current main is the gulpfile. However, there are dependencies specified as devDependencies, which breaks Browserify's bundle function because it can't find modules that are required.

I believe the solution should be to remove gulpfile.js as the main file in package.json, because users aren't going to use the gulpfile from this project outside of developing.

@strom Thanks for reporting! 🙇❤️

I believe the solution should be to remove gulpfile.js as the main file in package.json, because users aren't going to use the gulpfile from this project outside of developing.

Sounds fair. @jmagnusson thoughts?