We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676025 commit 8cfac0fCopy full SHA for 8cfac0f
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "temporal-polyfill",
+ "name": "@js-temporal/polyfill",
3
"version": "0.0.0",
4
"description": "Polyfill for Temporal",
5
"type": "commonjs",
@@ -86,5 +86,17 @@
86
"singleQuote": true,
87
"bracketSpacing": true,
88
"arrowParens": "always"
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"
102
}
0 commit comments