We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2abce1 commit 32eccbdCopy full SHA for 32eccbd
package.json
@@ -7,6 +7,7 @@
7
"build": "webpack",
8
"watch": "webpack --watch",
9
"dist-untested": "webpack --config webpack.config.dist.js",
10
+ "lint": "eslint src/**/*.js",
11
"tslint": "tslint \"src/**/*.ts\"",
12
"test": "mocha --opts .mocha",
13
"testdoc": "mocha --opts .mocha && mocha --opts .mocha.md > docs/test.md"
@@ -38,6 +39,9 @@
38
39
"json-ui-schema",
40
"json-schema"
41
],
42
+ "dependencies": {
43
+ "tv4": "^1.2.7"
44
+ },
45
"devDependencies": {
46
"@types/chai": "^3.4.34",
47
"@types/mocha": "^2.2.33",
0 commit comments