Skip to content

Commit caaf195

Browse files
committed
Move es6-weak-map to dependencies
Only dependencies are installed by default by clients and as this is required at runtime it needs to be installed. Closes #14
1 parent b99c008 commit caaf195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@types/sinon-chai": "^3.2.2",
4949
"chai": "^4.2.0",
5050
"coveralls": "^3.0.2",
51-
"es6-weak-map": "^2.0.2",
5251
"istanbul": "1.1.0-alpha.1",
5352
"mocha": "^5.2.0",
5453
"rimraf": "^2.6.1",
@@ -60,6 +59,7 @@
6059
},
6160
"dependencies": {
6261
"lodash": "^4.17.11",
62+
"es6-weak-map": "^2.0.2",
6363
"tslib": "^1.6.0"
6464
}
6565
}

0 commit comments

Comments
 (0)