Skip to content

Commit 8eeee3f

Browse files
author
David Tang
committed
package.json updates
1 parent 0817594 commit 8eeee3f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-changeset-conditional-validations",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Conditional validations for ember-changeset-validations",
55
"keywords": [
66
"ember-addon",
@@ -11,12 +11,14 @@
1111
"conditional validations"
1212
],
1313
"license": "MIT",
14-
"author": "",
14+
"author": "David Tang <david@thejsguy.com>",
1515
"directories": {
1616
"doc": "doc",
1717
"test": "tests"
1818
},
19-
"repository": "",
19+
"repository": "https://github.com/skaterdav85/ember-changeset-conditional-validations",
20+
"bugs": "https://github.com/skaterdav85/ember-changeset-conditional-validations/issues",
21+
"homepage": "https://github.com/skaterdav85/ember-changeset-conditional-validations",
2022
"scripts": {
2123
"build": "ember build",
2224
"start": "ember server",

0 commit comments

Comments
 (0)