Skip to content

Commit

Permalink
Merge branch 'release/release/0.13.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Sep 5, 2023
2 parents cc2b117 + ab10e1b commit 9879661
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
{
"name": "zeed",
"version": "0.13.1",
"type": "module",
"version": "0.13.2",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
"email": "[email protected]",
"url": "https://holtwick.de"
},
"license": "MIT",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
},
"homepage": "https://github.com/holtwick/zeed",
"repository": {
"type": "git",
"url": "https://github.com/holtwick/zeed.git"
},
"bugs": {
"url": "https://github.com/holtwick/zeed/issues"
},
"keywords": [
"foundation",
"typescript",
Expand All @@ -12,26 +31,7 @@
"utils",
"zeed"
],
"homepage": "https://github.com/holtwick/zeed",
"bugs": {
"url": "https://github.com/holtwick/zeed/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/holtwick/zeed.git"
},
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/holtwick"
},
"license": "MIT",
"author": {
"name": "Dirk Holtwick",
"email": "[email protected]",
"url": "https://holtwick.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.all.d.ts",
Expand All @@ -47,6 +47,9 @@
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "nr clean && nr build:tsup",
"build:tsup": "tsup src/index.all.ts --dts-only && tsup src/index.browser.ts src/index.node.ts",
Expand All @@ -56,7 +59,7 @@
"coverage": "vitest --run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "nr build && nr circles && nr lint && nr test:publish",
"prepublishOnly": "nr build && nr circles && nr test:publish",
"release": "na version patch && na publish",
"start": "nr watch",
"test": "vitest",
Expand All @@ -76,8 +79,5 @@
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 9879661

Please sign in to comment.