Reintroduced Polymer as Lerna workspace

This commit is contained in:
Léon Rodenburg 2017-11-03 21:28:07 +01:00
parent 943f5e7b48
commit aa9a51e91f
No known key found for this signature in database
GPG Key ID: 115F06257AAC658D
6 changed files with 2504 additions and 103 deletions

View File

@ -7,9 +7,9 @@
},
"dependencies": {
"@polymer/polymer": "^2.2.0",
"@storybook/addon-actions": "file:../../addons/actions",
"@storybook/addon-notes": "file:../../addons/notes",
"@storybook/polymer": "file:../../app/polymer",
"@storybook/addon-actions": "3.3.0-alpha.2",
"@storybook/addon-notes": "3.3.0-alpha.2",
"@storybook/polymer": "3.3.0-alpha.2",
"@webcomponents/webcomponentsjs": "^1.0.17",
"global": "^4.3.2",
"polymer-cli": "1.5.2",

View File

@ -1,4 +1,4 @@
<link rel="import" href="../node_modules/@polymer/polymer/polymer-element.html">
<link rel="import" href="../../../node_modules/@polymer/polymer/polymer-element.html">
<dom-module id="playground-button">
<template>

View File

@ -1,4 +1,4 @@
<link rel="import" href="../node_modules/@polymer/polymer/polymer-element.html">
<link rel="import" href="../../../node_modules/@polymer/polymer/polymer-element.html">
<link rel="import" href="playground-button.html">
<dom-module id="polymer-playground-app">

View File

@ -1,4 +1,4 @@
<link rel="import" href="../../node_modules/@polymer/polymer/polymer-element.html">
<link rel="import" href="../../../../node_modules/@polymer/polymer/polymer-element.html">
<dom-module id="storybook-welcome-to-polymer">
<template>

View File

@ -13,6 +13,7 @@
"examples/angular-cli",
"examples/cra-kitchen-sink",
"examples/vue-kitchen-sink",
"examples/polymer-cli",
"lib/cli/test/run/*"
],
"scripts": {

2594
yarn.lock

File diff suppressed because it is too large Load Diff