This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove bower from setting files * updated code to do dynamic importing * running tests as modules * clean up and reduce testing setup * bring support for lazy form fields and tweak docs * md fix for broken blocks * bring back wct runner npm * run browserstack tunnel on travis * disable sauce * made tests and storybook their own workspaces * add missing inmports * migrate all other tests * set up browserstack * missing eslint parser * tweak bs config * tweak bs config * added local es5 test config * codecov on CI * don't fail build on coverage * fix install scrips * also for bs script * BS timeout * correct istanbul base path * Update README.md * correct istanbul base path * revert async code in templates * make test use only dev deps
- Loading branch information
Showing
63 changed files
with
3,152 additions
and
6,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,31 @@ | ||
{ | ||
"private": true, | ||
"name": "lit-any", | ||
"workspaces": [ | ||
"lit-any", | ||
"components/*" | ||
"components/*", | ||
"test", | ||
"storybook" | ||
], | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "webpack && wct --plugin browserstack", | ||
"build-tests": "webpack", | ||
"test": "yarn lint && lerna run --scope tests test:es5:bs", | ||
"test:local": "yarn lint && lerna run --scope tests test:local", | ||
"lint": "eslint components/** lit-any/**/*.js storybook/**/*.js test/**/*.js", | ||
"wct": "webpack -w & wct -l chrome -p", | ||
"storybook": "bower i; start-storybook -p 9001 -c .storybook", | ||
"build-storybook": "bower i; build-storybook -c .storybook -o docs" | ||
"storybook": "lerna run --scope storybook storybook", | ||
"build-storybook": "lerna run --scope storybook build-storybook" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-actions": "^3.4.8", | ||
"@storybook/addon-console": "^1.0.4", | ||
"@storybook/addon-knobs": "^4.0.0-alpha.9", | ||
"@storybook/addon-links": "^4.0.0-alpha.9", | ||
"@storybook/addon-options": "^4.0.0-alpha.9", | ||
"@storybook/addon-storysource": "^4.0.0-alpha.9", | ||
"@storybook/polymer": "^4.0.0-alpha.9", | ||
"@webcomponents/shadycss": "1.3.1", | ||
"@webcomponents/webcomponentsjs": "2.0.2", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"bower": "^1.8.4", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^4.6.1", | ||
"eslint-config-airbnb-base": "^12.0.0", | ||
"eslint-plugin-chai": "0.0.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-jasmine": "^2.8.4", | ||
"eslint-plugin-mocha": "^5.1.0", | ||
"eslint-plugin-sinon": "^0.2.0", | ||
"iso-639-1": "^2.0.3", | ||
"lerna": "^2.11.0", | ||
"moment": "^2.22.2", | ||
"p-event": "^1.3.0", | ||
"polymer-webpack-loader": "^2.0.2", | ||
"raw-loader": "^0.5.1", | ||
"stringify-object": "^3.2.2", | ||
"wct-browserstack": "^0.3.0", | ||
"web-component-tester": "^6.9.0", | ||
"web-component-tester-custom-runner": "^6.5.0", | ||
"webpack": "^3.5.6", | ||
"webpack-glob-entries": "^1.0.1" | ||
"lerna": "^2.11.0" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.