Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
fix: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 29, 2022
1 parent 708f250 commit 07fc201
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"package.json": "yarn prettier-package-json --write",
"*.{js,json,md,sh,ts,yml}": "prettier --write",
"*.{js,md,sh,ts,yml}": "prettier --write",
};
30 changes: 15 additions & 15 deletions packages/userscript/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
{
"name": "@kitten-science/userscript",
"version": "2.0.0-alpha.1",
"description": "Add-on for the wonderful incremental browser game: http://bloodrizer.ru/games/kittens/",
"version": "2.0.0-alpha1",
"license": "MIT",
"main": "./output/index.js",
"types": "./output/index.ts",
"bugs": {
"url": "https://github.com/oliversalzburg/cbc-kitten-scientists/issues"
},
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"homepage": "https://github.com/oliversalzburg/cbc-kitten-scientists",
"repository": {
"type": "git",
"url": "git+https://github.com/oliversalzburg/cbc-kitten-scientists.git"
},
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
"bugs": {
"url": "https://github.com/oliversalzburg/cbc-kitten-scientists/issues"
},
"main": "./output/index.js",
"scripts": {
"userscript:build": "webpack --config webpack.config.inject.js",
"userscript:preview": "NODE_ENV=development webpack --config webpack.config.userscript.js && rm -rf node_modules",
"userscript:release": "webpack --config webpack.config.userscript.js && rm -rf node_modules",
"userscript:watch": "webpack --config webpack.config.inject.js --watch",
"whoami": "echo userscript"
},
"keywords": [
"kitten",
"kittens",
"scientists"
],
"types": "./output/index.ts",
"dependencies": {
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/dojo": "1.9.43",
"@types/jquery": "3.5.14",
Expand All @@ -37,7 +35,9 @@
"webpack-cli": "4.9.2",
"webpack-userscript": "2.5.8"
},
"dependencies": {
"tslib": "^2.2.0"
}
"keywords": [
"kitten",
"kittens",
"scientists"
]
}

0 comments on commit 07fc201

Please sign in to comment.