Skip to content

Commit 0020b17

Browse files
Update Readme and package json for first release
1 parent 97f3b99 commit 0020b17

File tree

4 files changed

+863
-17
lines changed

4 files changed

+863
-17
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
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",
@@ -32,7 +33,8 @@
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
}

0 commit comments

Comments
 (0)