Skip to content

Commit 2db27d8

Browse files
committed
1.0.1 update
1 parent b8dfbaf commit 2db27d8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
22

3+
1.0.1 (May 6, 2018)
4+
- Some modules moves to devDependencies from dependencies. ( path, tslint, typescript )
5+
36
1.0.0 (May 5, 2018)
47
- Initial Public release

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app-s3-uploader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "webpack plugin ( for create-react-app ), when source build on production, this plugin upload static directory to aws s3 bucket",
55
"main": "index.js",
66
"scripts": {
@@ -24,14 +24,14 @@
2424
"license": "MIT",
2525
"dependencies": {
2626
"aws-sdk": "^2.229.1",
27+
},
28+
"devDependencies": {
29+
"@types/node": "^10.0.0",
2730
"path": "^0.12.7",
2831
"tslint": "^5.9.1",
2932
"tslint-config-airbnb": "^5.8.0",
3033
"typescript": "^2.6.2"
3134
},
32-
"devDependencies": {
33-
"@types/node": "^10.0.0"
34-
},
3535
"repository": {
3636
"type": "git",
3737
"url": "https://github.com/kimcoder/create-react-app-s3-uploader.git"

0 commit comments

Comments
 (0)