Skip to content

Commit cd04581

Browse files
committed
First release, version 0.0.1
1 parent 65049cf commit cd04581

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

bower.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "schema",
3-
"version": "0.0.0",
2+
"name": "angular-schema-form",
3+
"version": "0.0.1",
44
"authors": [
5+
"Textalk",
56
"David Jensen <david.lgj@gmail.com>"
67
],
78
"moduleType": [
@@ -14,7 +15,7 @@
1415
"node_modules",
1516
"bower_components",
1617
"test",
17-
"tests"
18+
"coverage"
1819
],
1920
"dependencies": {
2021
"tv4": "~1.0.15"

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"name": "schema",
3-
"version": "0.0.0",
4-
"description": "",
5-
"main": "index.js",
2+
"name": "angular-schema-form",
3+
"version": "0.0.1",
4+
"description": "Create forms from a JSON schema",
65
"scripts": {
76
"test": "echo \"Error: no test specified\" && exit 1"
87
},
9-
"author": "",
10-
"license": "ISC",
8+
"author": "Textalk",
9+
"license": "MIT",
1110
"devDependencies": {
1211
"karma": "^0.12.0",
1312
"mocha": "^1.18.0",

0 commit comments

Comments
 (0)