Compare commits

..

No commits in common. "1c921322ae0c8ba5c464f0c255867c51f143616f" and "f5288cb8d33eb6da4102c6acee22c0cc3cbf2268" have entirely different histories.

1 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"license": "MIT",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.2",
"name": "@flaschengeist/types",
"author": "Ferdinand Thiessen <rpm@fthiessen.de>",
"homepage": "https://flaschengeist.dev/",
@ -12,19 +12,18 @@
"type": "git",
"url": "https://flaschengeist.dev/Flaschengeist/flaschengeist-types"
},
"flat": true,
"typings": "types/index.d.ts",
"scripts": {
"valid": "tsc --noEmit",
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'"
},
"peerDependencies": {
"vue": "~3.2.4",
"vue-router": "~4.0.11"
"dependencies": {
"vue": "^3.1.5",
"vue-router": "^4.0.10"
},
"devDependencies": {
"prettier": "^2.3.2",
"typescript": "^4.3.5"
"prettier": "^2.3.0",
"typescript": "^4.2.4"
},
"prettier": {
"singleQuote": true,