Skip to content

Commit e569b54

Browse files
committed
section 04
1 parent 5193dba commit e569b54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+137
-19
lines changed

Section-04 -React.js Fundamentals with ES6 & Web pack/webpack-tutorial-master/package.json Section-04 -React.js Fundamentals with ES6 & Web pack/React JS with WebPack/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-tutorial",
33
"version": "0.1.0",
4-
"description": "An opinionated webpack crash course",
4+
"description": "An opinionated webpack course",
55
"main": "src/index.js",
66
"dependencies": {
77
"autoprefixer-loader": "^1.2.0",
@@ -25,13 +25,13 @@
2525
"keywords": [
2626
"webpack"
2727
],
28-
"author": "Erik Simmler <[email protected]> (https://github.com/tgecho/)",
28+
"author": "TKS",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/tgecho/webpack-tutorial"
31+
"url": "https://github.com"
3232
},
3333
"bugs": {
34-
"url": "https://github.com/tgecho/webpack-tutorial/issues"
34+
"url": "https://github.com"
3535
},
3636
"license": "MIT"
3737
}

Section-04 -React.js Fundamentals with ES6 & Web pack/webpack-tutorial-master/README.md

-15
This file was deleted.

0 commit comments

Comments
 (0)