Skip to content

Commit 7453254

Browse files
authored
Merge pull request #11 from mainmatter/fix-repo
fix repository entries to fix deployment
2 parents 96e3536 + cfd5d70 commit 7453254

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

babel-plugin-import-meta-glob/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"author": "",
77
"type": "module",
88
"main": "index.js",
9+
"repository": {
10+
"type": "git",
11+
"url": "git@github.com:mainmatter/ember-import-meta-glob.git",
12+
"directory": "babel-plugin-import-meta-glob"
13+
},
914
"files": [
1015
"index.js"
1116
],

ember-import-meta-glob/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"keywords": [
66
"ember-addon"
77
],
8-
"repository": "",
8+
"repository": {
9+
"type": "git",
10+
"url": "git@github.com:mainmatter/ember-import-meta-glob.git",
11+
"directory": "ember-import-meta-glob"
12+
},
913
"license": "MIT",
1014
"author": "",
1115
"directories": {

0 commit comments

Comments
 (0)