Merge pull request #2400 from samccone/sjs/work

🍕 package.json fixups
This commit is contained in:
Eric Bidelman
2015-09-24 14:17:20 -07:00

View File

@@ -1,7 +1,7 @@
{
"name": "Polymer",
"version": "1.1.3",
"description": "Authors interested in learning the core concepts in 0.8 may be interested in our [primer](https://github.com/Polymer/polymer/blob/0.8-preview/PRIMER.md).",
"description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
"main": "polymer.html",
"directories": {
"doc": "docs",
@@ -16,12 +16,13 @@
"gulp-vulcanize": "^6.0.1",
"lazypipe": "^0.2.3",
"polyclean": "^1.2.0",
"run-sequence": "^1.1.0"
"run-sequence": "^1.1.0",
"web-component-tester": "^3.3.21"
},
"scripts": {
"build": "node_modules/gulp/bin/gulp.js",
"build": "gulp",
"test": "wct",
"test-build": "node_modules/gulp/bin/gulp.js switch && wct && node_modules/gulp/bin/gulp.js restore"
"test-build": "gulp switch && wct && gulp restore"
},
"repository": {
"type": "git",