Skip to content

Commit

Permalink
renamed to ship-components
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Suttell committed Aug 11, 2016
1 parent 591c61c commit bfaaa1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "react-ship-progress-circle",
"name": "ship-components-progress-circle",
"version": "0.1.0",
"description": "React SVG Progress Circle",
"main": "dist/ProgressCircle.js",
"main": "src/ProgressCircle.jsx",
"scripts": {
"test": "./node_modules/jest-cli/bin/jest.js src/ --visual --coverage",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ship-components/react-ship-progress-circle.git"
"url": "git+https://github.com/ship-components/ship-components-progress-circle.git"
},
"keywords": [
"react"
],
"author": "Isaac Suttell",
"license": "MIT",
"bugs": {
"url": "https://github.com/ship-components/react-ship-progress-circle/issues"
"url": "https://github.com/ship-components/ship-components-progress-circle/issues"
},
"homepage": "https://github.com/ship-components/react-ship-progress-circle#readme",
"homepage": "https://github.com/ship-components/ship-components-progress-circle#readme",
"devDependencies": {
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.2",
Expand Down

0 comments on commit bfaaa1a

Please sign in to comment.