Skip to content

Commit 8cfac0f

Browse files
committed
Scope package to js-temporal organization and rename
The full name of the package should be @js-temporal/polyfill, so as not to be redundant. (The other stuff at the bottom is added by `npm init`.)
1 parent 6676025 commit 8cfac0f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "temporal-polyfill",
2+
"name": "@js-temporal/polyfill",
33
"version": "0.0.0",
44
"description": "Polyfill for Temporal",
55
"type": "commonjs",
@@ -86,5 +86,17 @@
8686
"singleQuote": true,
8787
"bracketSpacing": true,
8888
"arrowParens": "always"
89-
}
89+
},
90+
"directories": {
91+
"lib": "lib",
92+
"test": "test"
93+
},
94+
"repository": {
95+
"type": "git",
96+
"url": "git+https://github.com/js-temporal/temporal-polyfill.git"
97+
},
98+
"bugs": {
99+
"url": "https://github.com/js-temporal/temporal-polyfill/issues"
100+
},
101+
"homepage": "https://github.com/js-temporal/temporal-polyfill#readme"
90102
}

0 commit comments

Comments
 (0)