Skip to content

Commit e44decd

Browse files
committed
Updated package.json for cdnjs
1 parent 75be503 commit e44decd

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",
7-
"homepage": "http://textalk.github.io/angular-schema-form/",
7+
"filename": "dist/schema-form.min.js",
8+
"homepage": "http://schemaform.io",
89
"scripts": {
910
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"
1011
},
@@ -61,5 +62,16 @@
6162
"type": "MIT",
6263
"url": "https://raw.githubusercontent.com/Textalk/angular-schema-form/master/LICENSE"
6364
}
64-
]
65+
],
66+
"autoupdate": {
67+
"source": "git",
68+
"target": "git://github.com/Textalk/angular-schema-form.git",
69+
"basePath": "/dist/",
70+
"files": [
71+
"schema-form.min.js",
72+
"schema-form.js",
73+
"bootstrap-decorator.min.js",
74+
"bootstrap-decorator.js"
75+
]
76+
}
6577
}

0 commit comments

Comments
 (0)