We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f315e0 commit 736a646Copy full SHA for 736a646
.gitignore
@@ -7,3 +7,5 @@ selenium-debug.log
7
test/unit/coverage
8
test/e2e/reports
9
stats.json
10
+typings/
11
+typings.json
package.json
@@ -52,7 +52,7 @@
52
"chai": "3.5.0",
53
"conventional-changelog-cli": "1.2.0",
54
"coveralls": "2.11.16",
55
- "cross-env": "^3.1.4",
+ "cross-env": "3.1.4",
56
"css-loader": "0.26.1",
57
"eslint": "3.15.0",
58
"eslint-friendly-formatter": "2.0.7",
@@ -82,8 +82,8 @@
82
"mocha-loader": "0.7.1",
83
"node-sass": "3.10.1",
84
"phantomjs-prebuilt": "2.1.14",
85
- "pug": "^2.0.0-beta11",
86
- "pug-loader": "^2.3.0",
+ "pug": "2.0.0-beta11",
+ "pug-loader": "2.3.0",
87
"sass-loader": "3.2.0",
88
"sinon": "1.17.7",
89
"sinon-chai": "2.8.0",
0 commit comments