Comparing version 4.12.5 to 4.13.0
@@ -1,1 +0,1 @@ | ||
{"name":"glamorous","version":"4.12.5","description":"React component styling solved","main":"dist/glamorous.cjs.js","jsnext:main":"dist/glamorous.esm.js","module":"dist/glamorous.esm.js","typings":"typings/glamorous.d.ts","scripts":{"add-contributor":"kcd-scripts contributors add","prebuild":"rimraf dist preact","build":"npm-run-all build:*","build:main":"kcd-scripts build --bundle --p-react --no-clean","build:tiny":"npm run build:main -- --no-package-json --environment BUILD_TINY","lint":"kcd-scripts lint","test":"kcd-scripts test","test:cover":"kcd-scripts test --coverage","test:update":"npm run test:cover -s -- --updateSnapshot","test:build":"kcd-scripts test --config other/jest.config.js --no-watch","build-and-test":"npm run build -s && npm run test:build -s","validate":"kcd-scripts validate lint,build-and-test,test:cover","setup":"npm install && npm run validate --silent","precommit":"kcd-scripts precommit"},"files":["dist","typings","preact"],"keywords":["react","css","css-in-js","cssinjs","styled-components","glamor","jsxstyle"],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{"brcast":"^3.0.0","csstype":"^2.2.0","fast-memoize":"^2.2.7","html-tag-names":"^1.1.1","is-function":"^1.0.1","is-plain-object":"^2.0.4","react-html-attributes":"^1.4.2","svg-tag-names":"^1.1.0"},"peerDependencies":{"glamor":">=2"},"devDependencies":{"@types/react":"^16.0.33","codegen.macro":"^1.0.0","cross-spawn":"^6.0.5","enzyme":"^3.3.0","enzyme-adapter-react-16":"^1.1.1","enzyme-to-json":"^3.3.0","glamor":"^2.20.37","jest-glamor-react":"^3.2.2","kcd-scripts":"^0.36.0","node":"^8.9.4","npm-run-all":"^4.1.2","preact":"^8.2.7","preval.macro":"^1.0.2","prop-types":"^15.5.10","react":"^16.2.0","react-dom":"^16.2.0","react-test-renderer":"^16.2.0","rimraf":"^2.6.2","tslint":"^5.8.0","tslint-microsoft-contrib":"^5.0.0","tsutils":"^2.15.0","typescript":"^2.6.2"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"import/prefer-default-export":"off","react/no-unused-prop-types":"off","valid-jsdoc":"off"}},"eslintIgnore":["node_modules","coverage","dist","storybook-static","typings"],"repository":{"type":"git","url":"https://github.com/paypal/glamorous.git"},"bugs":{"url":"https://github.com/paypal/glamorous/issues"},"homepage":"https://github.com/paypal/glamorous#readme"} | ||
{"name":"glamorous","version":"4.13.0","description":"React component styling solved","main":"dist/glamorous.cjs.js","jsnext:main":"dist/glamorous.esm.js","module":"dist/glamorous.esm.js","typings":"typings/glamorous.d.ts","scripts":{"add-contributor":"kcd-scripts contributors add","prebuild":"rimraf dist preact","build":"npm-run-all build:*","build:main":"kcd-scripts build --bundle --p-react --no-clean","build:tiny":"npm run build:main -- --no-package-json --environment BUILD_TINY","postbuild":"node other/patch-preact-package-json.js","lint":"kcd-scripts lint","test":"kcd-scripts test","test:cover":"kcd-scripts test --coverage","test:update":"npm run test:cover -s -- --updateSnapshot","test:build":"kcd-scripts test --config other/jest.config.js --no-watch","build-and-test":"npm run build -s && npm run test:build -s","validate":"kcd-scripts validate lint,build-and-test,test:cover","setup":"npm install && npm run validate --silent","precommit":"kcd-scripts precommit"},"files":["dist","typings","preact"],"keywords":["react","css","css-in-js","cssinjs","styled-components","glamor","jsxstyle"],"author":"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)","license":"MIT","dependencies":{"brcast":"^3.0.0","csstype":"^2.2.0","fast-memoize":"^2.2.7","html-tag-names":"^1.1.1","is-function":"^1.0.1","is-plain-object":"^2.0.4","react-html-attributes":"^1.4.2","svg-tag-names":"^1.1.0"},"peerDependencies":{"glamor":">=2"},"devDependencies":{"@types/react":"^16.0.33","codegen.macro":"^1.0.0","cross-spawn":"^6.0.5","enzyme":"^3.3.0","enzyme-adapter-react-16":"^1.1.1","enzyme-to-json":"^3.3.0","glamor":"^2.20.37","jest-glamor-react":"^3.2.2","kcd-scripts":"^0.36.0","node":"^8.9.4","npm-run-all":"^4.1.2","preact":"^8.2.9","preval.macro":"^1.0.2","prop-types":"^15.5.10","react":"^16.2.0","react-dom":"^16.2.0","react-test-renderer":"^16.2.0","rimraf":"^2.6.2","tslint":"^5.8.0","tslint-microsoft-contrib":"^5.0.0","tsutils":"^2.15.0","typescript":"^2.6.2"},"eslintConfig":{"extends":"./node_modules/kcd-scripts/eslint.js","rules":{"import/prefer-default-export":"off","react/no-unused-prop-types":"off","valid-jsdoc":"off"}},"eslintIgnore":["node_modules","coverage","dist","storybook-static","typings"],"repository":{"type":"git","url":"https://github.com/paypal/glamorous.git"},"bugs":{"url":"https://github.com/paypal/glamorous/issues"},"homepage":"https://github.com/paypal/glamorous#readme"} |
{ | ||
"main": "dist/glamorous.cjs.js", | ||
"jsnext:main": "dist/glamorous.esm.js", | ||
"module": "dist/glamorous.esm.js" | ||
} | ||
"module": "dist/glamorous.esm.js", | ||
"typings": "../typings/preact/glamorous.d.ts" | ||
} |
@@ -17,3 +17,3 @@ <h1 align="center"> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-64-orange.svg?style=flat-square)](#contributors) | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-65-orange.svg?style=flat-square)](#contributors) | ||
[![PRs Welcome][prs-badge]][prs] | ||
@@ -178,3 +178,3 @@ [![Chat][chat-badge]][chat] | ||
| [<img src="https://avatars1.githubusercontent.com/u/442932?v=4" width="100px;"/><br /><sub><b>John Grishin</b></sub>](http://johngrish.in)<br />[π](https://github.com/paypal/glamorous/issues?q=author%3Aexah "Bug reports") [π»](https://github.com/paypal/glamorous/commits?author=exah "Code") [β οΈ](https://github.com/paypal/glamorous/commits?author=exah "Tests") | [<img src="https://avatars3.githubusercontent.com/u/200528?v=4" width="100px;"/><br /><sub><b>Mordy Tikotzky</b></sub>](https://github.com/tikotzky)<br />[π](https://github.com/paypal/glamorous/issues?q=author%3Atikotzky "Bug reports") [π»](https://github.com/paypal/glamorous/commits?author=tikotzky "Code") | [<img src="https://avatars3.githubusercontent.com/u/1027024?v=4" width="100px;"/><br /><sub><b>Alasdair McLeay</b></sub>](https://github.com/penx)<br />[π‘](#example-penx "Examples") | [<img src="https://avatars1.githubusercontent.com/u/4171528?v=4" width="100px;"/><br /><sub><b>Ardamis Yeshak</b></sub>](https://github.com/zabute)<br />[π§](#tool-zabute "Tools") | [<img src="https://avatars2.githubusercontent.com/u/3729628?v=4" width="100px;"/><br /><sub><b>Matthew Armstrong</b></sub>](https://github.com/raingerber)<br />[β οΈ](https://github.com/paypal/glamorous/commits?author=raingerber "Tests") | [<img src="https://avatars3.githubusercontent.com/u/876694?v=4" width="100px;"/><br /><sub><b>Wu Haotian</b></sub>](https://github.com/whtsky)<br />[π»](https://github.com/paypal/glamorous/commits?author=whtsky "Code") [β οΈ](https://github.com/paypal/glamorous/commits?author=whtsky "Tests") | [<img src="https://avatars1.githubusercontent.com/u/7829175?v=4" width="100px;"/><br /><sub><b>Viktor Ivarsson</b></sub>](https://github.com/viktorivarsson)<br />[π»](https://github.com/paypal/glamorous/commits?author=viktorivarsson "Code") | | ||
| [<img src="https://avatars1.githubusercontent.com/u/11481355?v=4" width="100px;"/><br /><sub><b>Mitchell Hamilton</b></sub>](https://hamil.town)<br />[π»](https://github.com/paypal/glamorous/commits?author=mitchellhamilton "Code") | | ||
| [<img src="https://avatars1.githubusercontent.com/u/11481355?v=4" width="100px;"/><br /><sub><b>Mitchell Hamilton</b></sub>](https://hamil.town)<br />[π»](https://github.com/paypal/glamorous/commits?author=mitchellhamilton "Code") | [<img src="https://avatars3.githubusercontent.com/u/8588?v=4" width="100px;"/><br /><sub><b>Aaron Jensen</b></sub>](https://twitter.com/aaronjensen)<br />[π»](https://github.com/paypal/glamorous/commits?author=aaronjensen "Code") | | ||
@@ -181,0 +181,0 @@ <!-- ALL-CONTRIBUTORS-LIST:END --> |
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
1025182
51
17256