Skip to content

Commit 6ecc2f4

Browse files
committed
Publish
1 parent 0e57fcb commit 6ecc2f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"name": "jsfreedb",
3-
"version": "0.0.1",
2+
"name": "@freeleh/jsfreedb",
3+
"version": "0.0.5",
44
"description": "JSFreeDB is a JavaScript library that provides common and simple database abstractions on top of Google Sheets.",
55
"main": "dist/index.cjs",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",
88
"scripts": {
99
"build": "tsup",
10+
"publicise": "npm run build && npm publish --access public",
1011
"test": "jest",
1112
"integration-test": "npm run test -- --testPathPattern=integration"
1213
},

0 commit comments

Comments
 (0)