Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Nov 19, 2020
1 parent 55abdd1 commit a6d32b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-name",
"name": "react-redux-boilerplate",
"version": "1.0.0",
"description": "",
"description": "Start React+Redux project with TypeScript in an easier and faster way",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
Expand All @@ -13,15 +13,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vannizhang/{project-name}.git"
"url": "git+https://github.com/vannizhang/react-redux-boilerplate.git"
},
"keywords": [],
"author": "",
"author": "Jinnan Zhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/vannizhang/{project-name}/issues"
"url": "https://github.com/vannizhang/react-redux-boilerplate/issues"
},
"homepage": "https://github.com/vannizhang/{project-name}#readme",
"homepage": "https://github.com/vannizhang/react-redux-boilerplate",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
Expand Down

0 comments on commit a6d32b4

Please sign in to comment.