js/ directory missing from v4 alpha 3 on npm
Created by: cyChop
The doc specifies that plugins should be individually available under js
, but the folder is unavailable:
$ ll node_modules/bootstrap/
total 53
-rw-r--r-- 1 cyChop 197609 425 Jul 28 01:07 CHANGELOG.md
drwxr-xr-x 1 cyChop 197609 0 Jul 28 01:07 dist/
drwxr-xr-x 1 cyChop 197609 0 Jul 28 01:07 grunt/
-rw-r--r-- 1 cyChop 197609 12864 Jul 28 01:07 Gruntfile.js
-rw-r--r-- 1 cyChop 197609 1131 Jul 28 01:07 LICENSE
-rw-r--r-- 1 cyChop 197609 4690 Jul 28 01:07 package.json
-rw-r--r-- 1 cyChop 197609 7636 Jul 28 01:07 README.md
drwxr-xr-x 1 cyChop 197609 0 Jul 28 01:07 scss/
In 4.0.0-alpha.2, the plugins were available under js/umd
.
(Windows 10, npm 3.6.0)
Thanks for all the great work.