Skip to content

Commit

Permalink
chore: update version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcangz committed Aug 28, 2021
1 parent 9f42be9 commit 9ee45ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "start-server-and-test dev http://localhost:5000 cy:run"
},
"svelte": "src/components/components.module.js",
"version": "0.1.2",
"version": "0.1.3",
"devDependencies": {
"@babel/core": "7.11.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
Expand All @@ -33,6 +33,7 @@
"eslint-config-prettier": "6.11.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-svelte3": "2.7.3",
"glob-parent": ">=5.1.2",
"husky": "4.2.5",
"lint-staged": "10.2.13",
"lodash": ">=4.17.21",
Expand All @@ -49,7 +50,8 @@
"sirv-cli": "^1.0.6",
"start-server-and-test": "^1.11.0",
"svelte": "^3.25.0",
"svelte-preprocess": "4.2.1"
"svelte-preprocess": "4.2.1",
"ws": ">=6.2.2"
},
"files": [
"src/components",
Expand All @@ -63,7 +65,7 @@
"keywords": [
"svelte"
],
"license": "UNLICENSED",
"license": "MIT",
"lint-staged": {
"*.{html, css, scss, stylus, js, ts, json, yml, md}": [
"prettier --write",
Expand Down

0 comments on commit 9ee45ab

Please sign in to comment.