File tree Expand file tree Collapse file tree 4 files changed +863
-17
lines changed Expand file tree Collapse file tree 4 files changed +863
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ And distribution files can be found at `docs/css/shiba.min.css`.
3333
3434## Links
3535
36- - Demo: [ Shiba.CSS] ( https://about.phamvanlam.com /shiba-css )
36+ - Demo: [ Shiba.CSS] ( https://completejavascript.github.io /shiba-css )
3737
3838## Visit me
3939
Original file line number Diff line number Diff line change 88 "compile" : " node-sass ./src/scss/ -o ./docs/css/ -w -r --source-map-embed --source-map-contents --output-style expanded" ,
99 "compress" : " node-sass ./src/scss/shiba.scss ./docs/css/shiba.min.css -w --output-style compressed" ,
1010 "serve" : " light-server -s docs -w \" docs/**\" " ,
11- "dev" : " concurrently \" yarn run compile\" \" yarn run compress\" \" yarn run serve\" "
11+ "dev" : " concurrently \" yarn run compile\" \" yarn run compress\" \" yarn run serve\" " ,
12+ "release" : " standard-version"
1213 },
1314 "repository" : {
1415 "type" : " git" ,
3233 "devDependencies" : {
3334 "concurrently" : " ^6.2.0" ,
3435 "light-server" : " ^2.9.1" ,
35- "node-sass" : " ^6.0.0"
36+ "node-sass" : " ^6.0.0" ,
37+ "standard-version" : " ^9.3.0"
3638 },
3739 "dependencies" : {}
3840}
You can’t perform that action at this time.
0 commit comments