File tree Expand file tree Collapse file tree 3 files changed +11
-35
lines changed
Expand file tree Collapse file tree 3 files changed +11
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " quartzite" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " Lightweight relative date/time formatter without external dependencies." ,
55 "author" : " Robert Dimitrov <robert_dimitrov@me.com>" ,
66 "license" : " MIT" ,
3131 "url" : " https://github.com/robbdimitrov/quartzite.git"
3232 },
3333 "devDependencies" : {
34- "@babel/core" : " ^7.7.2" ,
35- "@babel/preset-env" : " ^7.7.1" ,
36- "babel-loader" : " ^8.0.6" ,
37- "eslint" : " ^5.16.0" ,
38- "eslint-loader" : " ^2.2.1" ,
39- "mocha" : " ^5.2.0" ,
40- "sinon" : " ^7.5.0" ,
41- "webpack" : " ^4.41.2" ,
42- "webpack-cli" : " ^3.3.10" ,
43- "webpack-dev-server" : " ^3.9.0"
34+ "@babel/core" : " ^7.10.1" ,
35+ "@babel/preset-env" : " ^7.10.1" ,
36+ "babel-loader" : " ^8.1.0" ,
37+ "eslint" : " ^7.1.0" ,
38+ "eslint-loader" : " ^4.0.2" ,
39+ "mocha" : " ^7.2.0" ,
40+ "webpack" : " ^4.43.0" ,
41+ "webpack-cli" : " ^3.3.11" ,
42+ "webpack-dev-server" : " ^3.11.0"
4443 }
4544}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = {
1616 path . join ( __dirname , 'dist' )
1717 ] ,
1818 compress : true ,
19- port : 9000
19+ port : 8080
2020 } ,
2121 module : {
2222 rules : [
You can’t perform that action at this time.
0 commit comments