Skip to content

Commit

Permalink
fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nrako committed Oct 9, 2020
1 parent d94d268 commit 45015a4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "babel-plugin-inline-react-svg",
"name": "@nrako/babel-plugin-inline-react-svg",
"version": "1.1.1",
"description": "A babel plugin that optimizes and inlines SVGs for your react components.",
"main": "lib/index.js",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kesne/babel-plugin-inline-react-svg.git"
"url": "git+https://github.com/nrako/babel-plugin-inline-react-svg.git"
},
"keywords": [
"babel",
Expand All @@ -23,12 +23,12 @@
"svg",
"inline"
],
"author": "Jordan Gensler <jordan.gensler@airbnb.com>",
"author": "Nicholas Rakoto <nico@nrako.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kesne/babel-plugin-inline-react-svg/issues"
"url": "https://github.com/nrako/babel-plugin-inline-react-svg/issues"
},
"homepage": "https://github.com/kesne/babel-plugin-inline-react-svg#readme",
"homepage": "https://github.com/nrako/babel-plugin-inline-react-svg#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.0.0",
Expand All @@ -51,5 +51,9 @@
"lodash.isplainobject": "^4.0.6",
"resolve": "^1.10.0",
"svgo": "^0.7.2"
},
"directories": {
"lib": "lib",
"test": "test"
}
}

0 comments on commit 45015a4

Please sign in to comment.