Skip to content

Commit e157d27

Browse files
committed
Use exact versions of node-sass and qrcode
1 parent 70e087c commit e157d27

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33
**/*.swp
44
**/*.swap
5+
app/static/css
56

67
# NodeJS
78
node_modules

app/static/css/style.css

-6
This file was deleted.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"gulp-html-i18n": "^0.16.0",
4040
"gulp-htmlmin": "^5.0.1",
4141
"moveto": "^1.8.2",
42-
"node-sass": "^4.14.0",
43-
"qrcode": "^1.4.4"
42+
"node-sass": "4.14.0",
43+
"qrcode": "1.4.4"
4444
}
4545
}

0 commit comments

Comments
 (0)