diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/core-js/stable/json | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/core-js/stable/json')
| -rw-r--r-- | node_modules/core-js/stable/json/index.js | 3 | ||||
| -rw-r--r-- | node_modules/core-js/stable/json/stringify.js | 3 | ||||
| -rw-r--r-- | node_modules/core-js/stable/json/to-string-tag.js | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/core-js/stable/json/index.js b/node_modules/core-js/stable/json/index.js deleted file mode 100644 index c53da9f..0000000 --- a/node_modules/core-js/stable/json/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var parent = require('../../es/json'); - -module.exports = parent; diff --git a/node_modules/core-js/stable/json/stringify.js b/node_modules/core-js/stable/json/stringify.js deleted file mode 100644 index d6d8c52..0000000 --- a/node_modules/core-js/stable/json/stringify.js +++ /dev/null @@ -1,3 +0,0 @@ -var parent = require('../../es/json/stringify'); - -module.exports = parent; diff --git a/node_modules/core-js/stable/json/to-string-tag.js b/node_modules/core-js/stable/json/to-string-tag.js deleted file mode 100644 index 5355956..0000000 --- a/node_modules/core-js/stable/json/to-string-tag.js +++ /dev/null @@ -1,3 +0,0 @@ -var parent = require('../../es/json/to-string-tag'); - -module.exports = parent; |
