Skip to content

Commit b4aff96

Browse files
author
Erik Montes
committedFeb 19, 2015
Removed postinstall scripts from package.json
1 parent 20e8a95 commit b4aff96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎package.json

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"directories": {
2121
"test": "tests"
2222
},
23-
"private": true,
24-
"scripts": {
25-
"postinstall": "bower install"
26-
},
2723
"keywords": [
2824
"form",
2925
"placeholder",

7 commit comments

Comments
 (7)

callumacrae commented on Mar 11, 2015

@callumacrae
Contributor

@feross: Could you push this to npm?

feross commented on Mar 11, 2015

@feross

Done. Now that this change is in, I don't need to maintain a fork to remove private: true. Who is the current maintainer of this module, and would they like to be an npm owner?

callumacrae commented on Mar 11, 2015

@callumacrae
Contributor

It's still not commonJS compatible and relies on window.$: I have a PR with a fix in but it has been ignored so far.

I'd be willing to maintain a fork with commonJS compatibility if you no longer want to update your fork and the maintainers of this module don't want support in the actual library—we use this library at work so I'd keep it up to date.

feross commented on Mar 11, 2015

@feross

sure, i don't use this module anymore. what's your npm username?

callumacrae commented on Mar 11, 2015

@callumacrae
Contributor

It's callumacrae again. Thanks!

feross commented on Mar 11, 2015

@feross

callumacrae commented on Mar 11, 2015

@callumacrae
Contributor

Awesome, I'll push my commonjs stuff up next time the developers make a release (unless they merge it here!)

Please sign in to comment.