Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Polymer/polymer-starter-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: Polymer/polymer-starter-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on May 22, 2018

  1. fix(readme): remove @next

    alimd authored May 22, 2018
    Copy the full SHA
    951211e View commit details
  2. Merge pull request #1120 from AliMD/patch-2

    fix(readme): remove @next
    keanulee authored May 22, 2018
    Copy the full SHA
    e24382e View commit details

Commits on Sep 25, 2018

  1. Copy the full SHA
    78af919 View commit details

Commits on Dec 21, 2018

  1. Update package-lock.json

    keanulee committed Dec 21, 2018
    Copy the full SHA
    5d606f3 View commit details
  2. Test on Node 10

    keanulee committed Dec 21, 2018
    Copy the full SHA
    9f4db5a View commit details
Showing with 3,461 additions and 4,138 deletions.
  1. +1 −2 .travis.yml
  2. +1 −1 README.md
  3. +3,451 −4,127 package-lock.json
  4. +8 −8 package.json
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "9"
- "8"
- '10'
dist: trusty
sudo: required
addons:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ The PRPL pattern, in a nutshell:
Install [Polymer CLI](https://github.com/Polymer/polymer-cli) using
[npm](https://www.npmjs.com) (we assume you have pre-installed [node.js](https://nodejs.org)).

npm install -g polymer-cli@next
npm install -g polymer-cli

##### Initialize project from template

Loading