Skip to content

Commit 6b550d7

Browse files
committed
Bump version number
1 parent c025834 commit 6b550d7

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
# 1.0.5
4+
5+
- Account for configuration change in `react-scripts` 1.0.15

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"name": "react-app-rewire-typescript",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Add ts-loader to a react-app-rewired config.",
55
"main": "index.js",
6-
"files": [
7-
"index.js"
8-
],
6+
"files": ["index.js"],
97
"scripts": {
108
"precommit": "lint-staged"
119
},
@@ -15,15 +13,18 @@
1513
},
1614
"repository": {
1715
"type": "git",
18-
"url": "git+https://github.com/lwd-technology/react-app-rewire-typescript.git"
16+
"url":
17+
"git+https://github.com/lwd-technology/react-app-rewire-typescript.git"
1918
},
2019
"keywords": ["typescript", "ts-loader", "webpack", "react-app-rewired"],
2120
"author": "Ian Copp <[email protected]>",
2221
"license": "MIT",
2322
"bugs": {
24-
"url": "https://github.com/lwd-technology/react-app-rewire-typescript/issues"
23+
"url":
24+
"https://github.com/lwd-technology/react-app-rewire-typescript/issues"
2525
},
26-
"homepage": "https://github.com/lwd-technology/react-app-rewire-typescript#readme",
26+
"homepage":
27+
"https://github.com/lwd-technology/react-app-rewire-typescript#readme",
2728
"devDependencies": {
2829
"eslint": "^4.7.0",
2930
"eslint-config-prettier": "^2.5.0",

0 commit comments

Comments
 (0)