Skip to content

Commit 32eccbd

Browse files
committed
Update dependency for tv4 until it is properly removed
1 parent a2abce1 commit 32eccbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"build": "webpack",
88
"watch": "webpack --watch",
99
"dist-untested": "webpack --config webpack.config.dist.js",
10+
"lint": "eslint src/**/*.js",
1011
"tslint": "tslint \"src/**/*.ts\"",
1112
"test": "mocha --opts .mocha",
1213
"testdoc": "mocha --opts .mocha && mocha --opts .mocha.md > docs/test.md"
@@ -38,6 +39,9 @@
3839
"json-ui-schema",
3940
"json-schema"
4041
],
42+
"dependencies": {
43+
"tv4": "^1.2.7"
44+
},
4145
"devDependencies": {
4246
"@types/chai": "^3.4.34",
4347
"@types/mocha": "^2.2.33",

0 commit comments

Comments
 (0)