|
1 | 1 | {
|
2 | 2 | "name": "polished",
|
| 3 | + "version": "3.0.3", |
3 | 4 | "description": "A lightweight toolset for writing styles in Javascript.",
|
| 5 | + "license": "MIT", |
| 6 | + "author": "Brian Hough <[email protected]> (https://polished.js.org)", |
| 7 | + "homepage": "https://polished.js.org", |
| 8 | + "bugs": "https://github.com/styled-components/polished/issues", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/styled-components/polished.git" |
| 12 | + }, |
| 13 | + "keywords": [ |
| 14 | + "styled-components", |
| 15 | + "polished", |
| 16 | + "emotion", |
| 17 | + "glamor", |
| 18 | + "css-in-js", |
| 19 | + "inline-styles", |
| 20 | + "react", |
| 21 | + "flow", |
| 22 | + "typescript" |
| 23 | + ], |
4 | 24 | "main": "lib/index.js",
|
5 | 25 | "module": "dist/polished.es.js",
|
6 | 26 | "types": "lib/index.d.ts",
|
7 |
| - "version": "3.0.2", |
| 27 | + "sideEffects": false, |
8 | 28 | "scripts": {
|
9 | 29 | "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript",
|
10 | 30 | "prebuild:lib": "shx rm -rf lib/*",
|
|
43 | 63 | "build:docs": "src/**/*.js",
|
44 | 64 | "build:lib": "src/**/*.js"
|
45 | 65 | },
|
46 |
| - "author": "Brian Hough <[email protected]> (https://polished.js.org)", |
47 |
| - "license": "MIT", |
48 |
| - "repository": { |
49 |
| - "type": "git", |
50 |
| - "url": "git+https://github.com/styled-components/polished.git" |
51 |
| - }, |
52 |
| - "keywords": [ |
53 |
| - "styled-components", |
54 |
| - "polished", |
55 |
| - "emotion", |
56 |
| - "glamor", |
57 |
| - "css-in-js", |
58 |
| - "inline-styles", |
59 |
| - "react", |
60 |
| - "typescript" |
61 |
| - ], |
62 |
| - "bugs": { |
63 |
| - "url": "https://github.com/styled-components/polished/issues" |
| 66 | + "dependencies": { |
| 67 | + "@babel/runtime": "^7.3.1" |
64 | 68 | },
|
65 |
| - "homepage": "https://github.com/styled-components/polished#readme", |
66 | 69 | "devDependencies": {
|
67 | 70 | "@babel/cli": "^7.2.3",
|
68 | 71 | "@babel/core": "^7.3.3",
|
|
122 | 125 | "type": "opencollective",
|
123 | 126 | "url": "https://opencollective.com/polished"
|
124 | 127 | },
|
125 |
| - "dependencies": { |
126 |
| - "@babel/runtime": "^7.3.1" |
127 |
| - }, |
128 | 128 | "husky": {
|
129 | 129 | "hooks": {
|
130 | 130 | "post-commit": "validate-commit-msg",
|
|
0 commit comments