Skip to content
Snippets Groups Projects
Commit 18520aa4 authored by Ryan Dee's avatar Ryan Dee
Browse files

Install,uninstall, update node modules

- Update grunt, grunt-contrib-clean, grunt-contrib-requirejs, grunt-contrib-watch, lodash
- Install autoprefixer, cssnano, grunt-postcss, grunt-sass, node-sass
- Uninstall grunt-contrib-less, less-plugin-autoprefix, less-plugin-clean-css
parent 4668abed
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -4,17 +4,19 @@
"description": "A web application for searching UNL websites via Google Custom Search.",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-requirejs": "^0.4.4",
"autoprefixer": "^9.1.1",
"cssnano": "^4.0.5",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.2.0",
"less-plugin-autoprefix": "^1.4.2",
"less-plugin-clean-css": "^1.5.1",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.1",
"load-grunt-tasks": "^3.2.0",
"lodash": "^3.10.1"
"lodash": "^3.10.1",
"node-sass": "^4.9.3"
},
"scripts": {},
"repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment