We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c2215 + 6ecc2f4 commit 665919aCopy full SHA for 665919a
package.json
@@ -1,12 +1,13 @@
1
{
2
- "name": "jsfreedb",
3
- "version": "0.0.1",
+ "name": "@freeleh/jsfreedb",
+ "version": "0.0.5",
4
"description": "JSFreeDB is a JavaScript library that provides common and simple database abstractions on top of Google Sheets.",
5
"main": "dist/index.cjs",
6
"module": "dist/index.mjs",
7
"types": "dist/index.d.ts",
8
"scripts": {
9
"build": "tsup",
10
+ "publicise": "npm run build && npm publish --access public",
11
"test": "jest",
12
"integration-test": "npm run test -- --testPathPattern=integration"
13
},
0 commit comments