We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e087c commit e157d27Copy full SHA for e157d27
.gitignore
@@ -2,6 +2,7 @@
2
.DS_Store
3
**/*.swp
4
**/*.swap
5
+app/static/css
6
7
# NodeJS
8
node_modules
app/static/css/style.css
package.json
@@ -39,7 +39,7 @@
39
"gulp-html-i18n": "^0.16.0",
40
"gulp-htmlmin": "^5.0.1",
41
"moveto": "^1.8.2",
42
- "node-sass": "^4.14.0",
43
- "qrcode": "^1.4.4"
+ "node-sass": "4.14.0",
+ "qrcode": "1.4.4"
44
}
45
0 commit comments