Skip to content

Commit e018b38

Browse files
committed
Add package meta data
1 parent b13c8db commit e018b38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "0.0.0",
33
"private": true,
4-
"repository": "",
4+
"repository": "https://github.com/kaliber5/ember-bootstrap-constraint-validations.git",
55
"license": "MIT",
6-
"author": "",
6+
"author": "Simon Ihmig <simon.ihmig@kaliber5.de>",
77
"workspaces": [
88
"packages/*"
99
],

packages/ember-bootstrap-constraint-validations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "ember-bootstrap-constraint-validations",
33
"version": "0.0.0",
4-
"description": "The default blueprint for Embroider v2 addons.",
4+
"description": "Add support for native HTML5 constraint validation to ember-bootstrap forms.",
55
"keywords": [
66
"ember-addon"
77
],
8-
"repository": "",
8+
"repository": "https://github.com/kaliber5/ember-bootstrap-constraint-validations.git",
99
"license": "MIT",
10-
"author": "",
10+
"author": "Simon Ihmig <simon.ihmig@kaliber5.de>",
1111
"files": [
1212
"addon-main.js",
1313
"dist"

packages/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"bootstrap": "^5.0.0",
3434
"broccoli-asset-rev": "^3.0.0",
3535
"ember-auto-import": "^2.4.1",
36-
"ember-bootstrap": "^5.1.0",
36+
"ember-bootstrap": "file:.yalc/ember-bootstrap",
3737
"ember-bootstrap-constraint-validations": "^0.0.0",
3838
"ember-cli": "~4.3.0",
3939
"ember-cli-app-version": "^5.0.0",

0 commit comments

Comments
 (0)