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
1 merge request!9Initial conversion from 4.1 to 5.0
This diff is collapsed.
...@@ -4,17 +4,19 @@ ...@@ -4,17 +4,19 @@
"description": "A web application for searching UNL websites via Google Custom Search.", "description": "A web application for searching UNL websites via Google Custom Search.",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "autoprefixer": "^9.1.1",
"grunt-contrib-clean": "^0.6.0", "cssnano": "^4.0.5",
"grunt-contrib-less": "^1.0.1", "grunt": "^1.0.3",
"grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-clean": "^1.1.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2", "grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^1.1.0",
"grunt-curl": "^2.2.0", "grunt-curl": "^2.2.0",
"less-plugin-autoprefix": "^1.4.2", "grunt-postcss": "^0.9.0",
"less-plugin-clean-css": "^1.5.1", "grunt-sass": "^3.0.1",
"load-grunt-tasks": "^3.2.0", "load-grunt-tasks": "^3.2.0",
"lodash": "^3.10.1" "lodash": "^3.10.1",
"node-sass": "^4.9.3"
}, },
"scripts": {}, "scripts": {},
"repository": { "repository": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment