Add npm description & repository

This commit is contained in:
Abdón Rodríguez Davila
2018-04-18 19:14:08 +02:00
parent 6e05d995d4
commit 034c12c3b7

View File

@@ -1,8 +1,10 @@
{
"name": "polymer-starter-kit",
"version": "4.0.0-pre.1",
"description": "A starting point for Polymer apps",
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"version": "4.0.0-pre.1",
"repository": "Polymer/polymer-starter-kit",
"scripts": {
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",