Skip to content

Commit

Permalink
Polyfills and NPM updates (#183)
Browse files Browse the repository at this point in the history
* Update npm and node versions. Add package lock files.

* Update polyfills

* Remove unneeded dep from _ArrayIterator

* Remove generated polyfill sources (committed by accident in prev commit during the big package change)

* Update version to 1.1.2

* package.json updates based on new npm. Also removes dup devDep.
  • Loading branch information
scottmo authored and reiniergs committed Jul 21, 2017
1 parent 96e05ab commit 92247aa
Show file tree
Hide file tree
Showing 2,672 changed files with 6,310 additions and 12,416 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node_modules
# Generated
*/src/main/webapp/docs/

polyfill-service-api/src/main/resources/polyfills/
polyfill-service-api/src/main/resources/polyfills
polyfill-service-api/src/main/resources/config.properties

polyfill-service-web/src/main/webapp/assets/js
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="top"></a>
# Polyfill Service
# Polyfill Service (v1.1.2)
Polyfill Service sends down only the polyfills that your browsers need, because browsers deserve the bare minimum.
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://img.shields.io/github/license/mashape/apistatus.svg)
[![Coverage Status](https://coveralls.io/repos/github/reiniergs/polyfill-service/badge.svg?branch=codeCoverage)](https://coveralls.io/github/reiniergs/polyfill-service?branch=codeCoverage)
Expand Down
2,075 changes: 2,075 additions & 0 deletions polyfill-service-api/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions polyfill-service-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/reiniergs/polyfill-service/issues"
},
"scripts": {
"prepublish": "npm run build",
"prepare": "npm run build",
"build": "node tasks/node/updatesources && node tasks/node/buildsources"
},
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,6 @@
"devDependencies": {
"batch": "^0.5.1",
"fastly": "Financial-Times/fastly#v2.5.0",
"mkdirp": "^0.5.1",
"node-fetch": "^1.6.0",
"sauce-tunnel": "^2.2.3",
"uglify-js": "^2.4.14",
Expand Down
1 change: 0 additions & 1 deletion polyfill-service-api/polyfills/_ArrayIterator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"Object.create",
"Object.defineProperties",
"Object.defineProperty",
"Object.prototype.hasOwnProperty",
"Object.setPrototypeOf",
"String.prototype.contains",
"Symbol",
Expand Down
2 changes: 1 addition & 1 deletion polyfill-service-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.polyfillservice</groupId>
<artifactId>polyfill-service</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

This file was deleted.

This file was deleted.

106 changes: 0 additions & 106 deletions polyfill-service-api/src/main/resources/polyfills/Array.from/raw.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 92247aa

Please sign in to comment.