is this package on NPM?
See original GitHub issueIt appears that the package expanding-textareas
cannot be found on NPM, though it’s referenced in the README. Would the maintainer be able to push at least the latest version to NPM?
You’ll probably have to checkout the tagged release, then do a publish to NPM:
git checkout 0.3.0
npm publish --tag 0.3.0
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
About packages and modules - npm Docs
A package is a file or directory that is described by a package.json file. A package must contain a package.json file in order...
Read more >npm
The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry...
Read more >package - npm
package - Easy package. This module provides an easy and simple way to export package. json data.
Read more >Packages and modules - npm Docs
Introduction to packages and modules · About the public npm registry · npm package scope, access level, and visibility ; Contributing packages to...
Read more >package.json - npm Docs
This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Bower won’t install it for me because the bower.json file is invalid:
The problem is the extra comma after
"node"
on line 14.OK, 1.0.1 is published at https://www.npmjs.com/package/expanding-textareas.
@domchristie what do you want to mark as the ‘main’ file in package.json? dist/expanding.js or dist/expanding.jquery.js?