Skip to content

Commit 736a646

Browse files
committed
ignore typings
change lib versions to exact version
1 parent 4f315e0 commit 736a646

File tree

3 files changed

+170
-116
lines changed

3 files changed

+170
-116
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ selenium-debug.log
77
test/unit/coverage
88
test/e2e/reports
99
stats.json
10+
typings/
11+
typings.json

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"chai": "3.5.0",
5353
"conventional-changelog-cli": "1.2.0",
5454
"coveralls": "2.11.16",
55-
"cross-env": "^3.1.4",
55+
"cross-env": "3.1.4",
5656
"css-loader": "0.26.1",
5757
"eslint": "3.15.0",
5858
"eslint-friendly-formatter": "2.0.7",
@@ -82,8 +82,8 @@
8282
"mocha-loader": "0.7.1",
8383
"node-sass": "3.10.1",
8484
"phantomjs-prebuilt": "2.1.14",
85-
"pug": "^2.0.0-beta11",
86-
"pug-loader": "^2.3.0",
85+
"pug": "2.0.0-beta11",
86+
"pug-loader": "2.3.0",
8787
"sass-loader": "3.2.0",
8888
"sinon": "1.17.7",
8989
"sinon-chai": "2.8.0",

0 commit comments

Comments
 (0)