f-box-core
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "f-box-core", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Put your data in a box, and suddenly it's easier to handle, transform, and use however you need.", | ||
@@ -24,3 +24,8 @@ "type": "module", | ||
"test": "vitest", | ||
"coverage": "vitest run --coverage" | ||
"coverage": "vitest run --coverage", | ||
"version:patch": "npm version patch", | ||
"version:minor": "npm version minor", | ||
"version:major": "npm version major", | ||
"publish:public": "npm publish --access public", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -37,3 +42,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/yourname/f-box" | ||
"url": "https://github.com/KentaroMorishita/f-box-core" | ||
}, | ||
@@ -40,0 +45,0 @@ "devDependencies": { |
47960