Skip to content

Commit

Permalink
version 2.1.1 - Array.prototype.includes
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Nov 13, 2016
1 parent 33f65b4 commit df2e8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdn-polyfills",
"version": "2.1.0",
"version": "2.1.1",
"description": "MDN polyfills",
"scripts": {
"prepublish": "webpack",
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
"Array.prototype.find": "./src/Array.prototype.find/index.js",
"Array.prototype.from": "./src/Array.prototype.from/index.js",
"Array.prototype.filter": "./src/Array.prototype.filter/index.js",
"Array.prototype.forEach": "./src/Array.prototype.forEach/index.js"
"Array.prototype.forEach": "./src/Array.prototype.forEach/index.js",
"Array.prototype.includes": "./src/Array.prototype.includes/index.js"
},
output: {
filename: "[name].js"
Expand Down

0 comments on commit df2e8c0

Please sign in to comment.