Bump minor version number
This commit is contained in:
parent
79a728520e
commit
1e8b033817
1 changed files with 18 additions and 18 deletions
36
package.json
36
package.json
|
@ -1,20 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "skooma",
|
"name": "skooma",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"author": "darkwiiplayer",
|
"author": "darkwiiplayer",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"main": "skooma.js",
|
"main": "skooma.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/darkwiiplayer/skooma-js"
|
"url": "git+https://github.com/darkwiiplayer/skooma-js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"skooma",
|
"skooma",
|
||||||
"components",
|
"components",
|
||||||
"functional",
|
"functional",
|
||||||
"html",
|
"html",
|
||||||
"ui",
|
"ui",
|
||||||
"utility"
|
"utility"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue