@lrnwebcomponents/absolute-position-behavior
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Abstracting the positioning behavior from paper-tooltip to be resusable in other elements", | ||
@@ -32,3 +32,8 @@ "repository": { | ||
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json node_modules/@lrnwebcomponents/absolute-position-behavior/test/", | ||
"start":"yarn run dev","build":"../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'","dev":"concurrently --kill-others \"yarn run watch\" \"yarn run serve\"","watch":"../../node_modules/.bin/gulp dev","serve":"polymer serve --npm --module-resolution=node --open","lighthouse":"../../node_modules/.bin/gulp lighthouse" | ||
"start": "yarn run dev", | ||
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'", | ||
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"", | ||
"watch": "../../node_modules/.bin/gulp dev", | ||
"serve": "polymer serve --npm --module-resolution=node --open", | ||
"lighthouse": "../../node_modules/.bin/gulp lighthouse" | ||
}, | ||
@@ -40,6 +45,17 @@ "author": { | ||
"dependencies": { | ||
"@polymer/polymer":"^3.0.5" | ||
"@polymer/polymer": "^3.0.5" | ||
}, | ||
"devDependencies": { | ||
"web-animations-js":"2.3.1","@lrnwebcomponents/deduping-fix":"2.0.5","@polymer/iron-demo-helpers":"3.1.0","@polymer/iron-component-page":"github:PolymerElements/iron-component-page","@webcomponents/webcomponentsjs":"2.2.7","concurrently":"4.1.0","gulp-babel":"8.0.0","gulp-sourcemaps":"2.6.5","lodash":"4.17.11","polymer-cli":"1.9.7","polymer-build":"3.1.2","wct-browser-legacy":"1.0.2" | ||
"@lrnwebcomponents/deduping-fix": "2.0.5", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
"@polymer/iron-demo-helpers": "3.1.0", | ||
"@webcomponents/webcomponentsjs": "2.2.7", | ||
"concurrently": "4.1.0", | ||
"gulp-babel": "8.0.0", | ||
"gulp-sourcemaps": "2.6.5", | ||
"lodash": "4.17.11", | ||
"polymer-build": "3.1.2", | ||
"polymer-cli": "1.9.7", | ||
"wct-browser-legacy": "1.0.2", | ||
"web-animations-js": "2.3.1" | ||
}, | ||
@@ -53,3 +69,4 @@ "private": false, | ||
"html" | ||
] | ||
], | ||
"gitHead": "3ba5daaa4388a0e09b103784f482d49b14fb52d5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49741