Skip to content

Commit

Permalink
Update package.json and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 12, 2023
1 parent 7338720 commit eff25a2
Show file tree
Hide file tree
Showing 4 changed files with 12,724 additions and 11,350 deletions.
6 changes: 3 additions & 3 deletions ember-headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"ember-addon"
],
"repository": "",
"repository": "https://github.com/CrowdStrike/ember-headless-form.git",
"license": "MIT",
"author": "",
"author": "CrowdStrike UX Team",
"files": [
"addon-main.js",
"dist"
Expand Down Expand Up @@ -83,7 +83,7 @@
"main": "addon-main.js"
},
"exports": {
".": "./dist/index.js",
".": "./dist/index.js",
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "ember-headless-form",
"version": "0.0.0",
"private": true,
"repository": "",
"repository": "https://github.com/CrowdStrike/ember-headless-form.git",
"license": "MIT",
"author": "",
"author": "CrowdStrike UX Team",
"scripts": {
"prepare": "pnpm build",
"build": "pnpm --filter ember-headless-form build",
Expand All @@ -23,4 +23,4 @@
"ember-headless-form",
"test-app"
]
}
}
Loading

0 comments on commit eff25a2

Please sign in to comment.