Skip to content

Commit 9b78060

Browse files
authored
Update package.json
1 parent a5994d4 commit 9b78060

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
"version": "5.1.0",
44
"description": "Detective to find dependents of CSS (PostCSS dialect)",
55
"main": "dist/index.js",
6-
"repository": "git://github.com/dependents/node-detective-postcss.git",
6+
"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": [],
716
"author": "Joscha Feth <joscha@feth.com>",
817
"license": "Apache-2.0",
918
"files": [
@@ -57,6 +66,5 @@
5766
"json",
5867
"node"
5968
]
60-
},
61-
"typings": "dist/index.d.ts"
69+
}
6270
}

0 commit comments

Comments
 (0)