Fix solstice-assets dependencies
Add link to Eclipse Project Management Infrastructure.
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
Showing
- Gruntfile.js 3 additions, 1 deletionGruntfile.js
- README.md 3 additions, 3 deletionsREADME.md
- bower.json 1 addition, 1 deletionbower.json
- docs/auth.html 2 additions, 2 deletionsdocs/auth.html
- docs/index.html 5 additions, 2 deletionsdocs/index.html
- docs/proposals.html 2 additions, 2 deletionsdocs/proposals.html
- package.json 6 additions, 3 deletionspackage.json
- src/index.apib 1 addition, 0 deletionssrc/index.apib
- styles/styles.less 2 additions, 2 deletionsstyles/styles.less
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -9,12 +9,15 @@ |
"files": [ | ||
"dist/index.html" | ||
], | ||
"scripts": { | ||
"grunt": "node_modules/.bin/grunt", | ||
"postinstall": "find node_modules/ -name '*.info' -type f -delete" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^1.0.1", | ||
"grunt": "^1.0.2", | ||
"grunt-aglio": "^0.4.1", | ||
"grunt-contrib-connect": "^1.0.2", | ||
"grunt-contrib-watch": "^1.0.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"time-grunt": "^1.4.0" | ||
"less-plugin-npm-import": "^2.1.0" | ||
} | ||
} |
Please register or sign in to comment