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.
1 parent 81106a4 commit abc9954Copy full SHA for abc9954
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@dataparty/api",
3
"private": false,
4
- "version": "1.2.11",
+ "version": "1.2.12",
5
"main": "dist/dataparty.js",
6
"frontend": "dist/dataparty-browser.js",
7
"backend": "dist/dataparty.js",
@@ -42,7 +42,7 @@
42
"src/*"
43
],
44
"scripts": {
45
- "test": "npx lab test/zango-party-test.js",
+ "test": "npx lab",
46
"build": "parcel build --no-scope-hoist",
47
"prepare": "npm run build",
48
"watch": "parcel watch",
0 commit comments