Skip to content

Commit

Permalink
some documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 4, 2018
1 parent bfe8a7d commit 0b7c2e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packages/core-js-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,28 @@
"ES2015",
"ES2016",
"ES2017",
"ES2018",
"ECMAScript 3",
"ECMAScript 5",
"ECMAScript 6",
"ECMAScript 7",
"ECMAScript 2015",
"ECMAScript 2016",
"ECMAScript 2017",
"ECMAScript 2018",
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Observable",
"Symbol",
"TypedArray",
"setImmediate",
"Dict",
"polyfill",
"ponyfill",
"shim"
]
}
5 changes: 4 additions & 1 deletion packages/core-js-pure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,28 @@
"ES2015",
"ES2016",
"ES2017",
"ES2018",
"ECMAScript 3",
"ECMAScript 5",
"ECMAScript 6",
"ECMAScript 7",
"ECMAScript 2015",
"ECMAScript 2016",
"ECMAScript 2017",
"ECMAScript 2018",
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Observable",
"Symbol",
"TypedArray",
"setImmediate",
"Dict",
"polyfill",
"ponyfill",
"shim"
]
}
1 change: 1 addition & 0 deletions packages/core-js/internals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder contains internal parts of `core-js` like helpers.
5 changes: 4 additions & 1 deletion packages/core-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,28 @@
"ES2015",
"ES2016",
"ES2017",
"ES2018",
"ECMAScript 3",
"ECMAScript 5",
"ECMAScript 6",
"ECMAScript 7",
"ECMAScript 2015",
"ECMAScript 2016",
"ECMAScript 2017",
"ECMAScript 2018",
"Harmony",
"Strawman",
"Map",
"Set",
"WeakMap",
"WeakSet",
"Promise",
"Observable",
"Symbol",
"TypedArray",
"setImmediate",
"Dict",
"polyfill",
"ponyfill",
"shim"
]
}

0 comments on commit 0b7c2e9

Please sign in to comment.