We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newer versions of NPM are throwing an error when running npm install.
npm install
Package.json should be something like this:
"name": "_s", "version": "1.0.0", "description": "A plugin boilerplate for new custom BuddyPress projects for WebDevStudios.", "author": "WebDevStudios", "repository": { "type": "git", "url": "https://github.com/WebDevStudios/wd_s" }, "bugs": { "url": "https://github.com/WebDevStudios/wd_s/issues/" }, "keywords": [ "wordpress" ], "devDependencies": { "css-parse": "latest", "glob": "latest", "grunt": "latest", "grunt-autoprefixer": "latest", "grunt-combine-mq": "latest", "grunt-contrib-clean": "latest", "grunt-contrib-concat": "latest", "grunt-contrib-connect": "latest", "grunt-contrib-cssmin": "latest", "grunt-contrib-imagemin": "latest", "grunt-contrib-jshint": "latest", "grunt-contrib-uglify": "latest", "grunt-contrib-watch": "latest", "grunt-csscomb": "latest", "grunt-githooks": "latest", "grunt-newer": "latest", "grunt-notify": "latest", "grunt-phpcs": "latest", "grunt-sass": "latest", "grunt-sassdoc": "latest", "grunt-shell": "latest", "grunt-spritesmith": "latest", "grunt-svgmin": "latest", "grunt-svgstore": "latest", "grunt-update-submodules": "latest", "grunt-wp-i18n": "latest", "load-grunt-tasks": "latest" }, "license": "GPL-2.0+" }
The text was updated successfully, but these errors were encountered:
32a8f3a
Merge pull request #95 from gregrickaby/master
c4c946f
Update package.json to new format. Fixes #91
No branches or pull requests
Newer versions of NPM are throwing an error when running
npm install
.Package.json should be something like this:
The text was updated successfully, but these errors were encountered: