Skip to content

Commit db35d1f

Browse files
committed
docs: url fix
1 parent c1e2cbe commit db35d1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@faicon/react-from-flex",
33
"version": "0.0.10-beta.0",
4-
"description": "React components inspired by Adobe/Apache Flex MXML. https://www.npmjs.com/package/react-from-flex",
4+
"description": "React components inspired by Adobe/Apache Flex MXML. https://www.npmjs.com/package/@faicon/react-from-flex",
55
"main": "lib/library.js",
66
"scripts": {
77
"build": "webpack --env dev && webpack --env build && npm run test",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/faicon/react-from-flex.git"
14+
"url": "git+https://github.com/faiconqg/react-from-flex.git"
1515
},
1616
"keywords": [
1717
"adobe-flex",
@@ -24,9 +24,9 @@
2424
"author": "faicon.com",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/faicon/react-from-flex/issues"
27+
"url": "https://github.com/faiconqg/react-from-flex/issues"
2828
},
29-
"homepage": "https://github.com/faicon/react-from-flex#readme",
29+
"homepage": "https://github.com/faiconqg/react-from-flex#readme",
3030
"devDependencies": {
3131
"babel-cli": "^6.26.0",
3232
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)