Skip to content

Commit 11509f5

Browse files
author
Markus Günther
committed
TASK: Fix links in package.json for NPM
1 parent 7959660 commit 11509f5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
22
"name": "@friendsofreactjs/react-css-themr",
33
"description": "Friends of ReactJS: React CSS Themr",
4-
"homepage": "https://github.com/FriendsOfReactJS/@friendsofreactjs/react-css-themr#readme",
4+
"homepage": "https://github.com/FriendsOfReactJS/react-css-themr#readme",
55
"version": "3.0.0",
66
"main": "./lib",
7-
"author": {
8-
"email": "[email protected]",
9-
"name": "Javi Velasco",
10-
"url": "http://javivelasco.com/"
11-
},
7+
"author": "Javi Velasco <[email protected]> (http://javivelasco.com/)",
128
"repository": {
139
"type": "git",
14-
"url": "git+https://github.com/FriendsOfReactJS/@friendsofreactjs/react-css-themr.git"
10+
"url": "git+https://github.com/FriendsOfReactJS/react-css-themr.git"
1511
},
1612
"bugs": {
17-
"url": "https://github.com/FriendsOfReactJS/@friendsofreactjs/react-css-themr/issues"
13+
"url": "https://github.com/FriendsOfReactJS/react-css-themr/issues"
1814
},
1915
"keywords": [
2016
"css-modules",
@@ -67,5 +63,9 @@
6763
"peerDependencies": {
6864
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
6965
},
70-
"typings": "./index.d.ts"
66+
"typings": "./index.d.ts",
67+
"directories": {
68+
"lib": "lib",
69+
"test": "test"
70+
}
7171
}

0 commit comments

Comments
 (0)