Skip to content

Commit 439e3d0

Browse files
committed
Depend on develop core for now
1 parent b24f7d7 commit 439e3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"dependencies": {
2525
"angular": ">= 1.2",
2626
"tv4": "~1.0.15",
27-
"angular-sanitize": ">= 1.2",
28-
"json-schema-form-core": "git+https://github.com/json-schema-form/json-schema-form-core.git#master"
27+
"angular-sanitize": ">= 1.2"
2928
},
3029
"keywords": [
3130
"angular",
@@ -36,6 +35,7 @@
3635
"schema"
3736
],
3837
"devDependencies": {
38+
"json-schema-form-core": "git+https://github.com/json-schema-form/json-schema-form-core.git#develop",
3939
"babel-core": "^6.5.2",
4040
"babel-loader": "^6.2.4",
4141
"babel-preset-es2015": "^6.5.0",

0 commit comments

Comments
 (0)