npm: include bootstrap3-sass
This commit is contained in:
parent
bc317369eb
commit
3588eff13c
2 changed files with 6 additions and 1 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue