We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3919a9 + 7936ce4 commit 01ec206Copy full SHA for 01ec206
1 file changed
package.json
@@ -3,9 +3,18 @@
3
"version": "5.1.0",
4
"description": "Detective to find dependents of CSS (PostCSS dialect)",
5
"main": "dist/index.js",
6
- "repository": "git://github.com/dependents/node-detective-postcss.git",
+ "typings": "dist/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git://github.com/dependents/node-detective-postcss.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/dependents/node-detective-postcss/issues"
13
14
+ "homepage": "https://github.com/dependents/node-detective-postcss#readme",
15
+ "keywords": [],
16
"author": "Joscha Feth <joscha@feth.com>",
- "license": "Apache-2.0",
17
+ "license": "MIT",
18
"files": [
19
"dist"
20
],
@@ -57,6 +66,5 @@
57
66
"json",
58
67
"node"
59
68
]
60
- },
61
- "typings": "dist/index.d.ts"
69
+ }
62
70
}
0 commit comments