main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
327 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "web-streams-polyfill-es2018",
|
---|
3 | "main": "../dist/polyfill.es2018",
|
---|
4 | "browser": "../dist/polyfill.es2018.min.js",
|
---|
5 | "module": "../dist/polyfill.es2018.mjs",
|
---|
6 | "types": "../dist/types/polyfill.d.ts",
|
---|
7 | "typesVersions": {
|
---|
8 | ">=3.6": {
|
---|
9 | "../dist/types/*": [
|
---|
10 | "../dist/types/ts3.6/*"
|
---|
11 | ]
|
---|
12 | }
|
---|
13 | }
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.