Archived
1
0
Fork 0

npm: include bootstrap3-sass

This commit is contained in:
Henrik Hautakoski 2018-08-19 00:26:43 +02:00
parent bc317369eb
commit 3588eff13c
2 changed files with 6 additions and 1 deletions

5
package-lock.json generated
View file

@ -416,6 +416,11 @@
"hoek": "2.16.3"
}
},
"bootstrap-sass": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.3.7.tgz",
"integrity": "sha1-ZZbHq0D2Y3OTMjqwvIDQZPxjBJg="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",

View file

@ -2,8 +2,8 @@
"name": "httpcb",
"version": "1.0.0",
"description": "HTTP Callback Tool",
"dependencies": {},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",