We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4d4b1 commit a1a76c0Copy full SHA for a1a76c0
package.json
@@ -3,6 +3,7 @@
3
"version": "0.4.0",
4
"description": "A tiny (150 bytes) connector for Storeon and Vue",
5
"main": "index.js",
6
+ "types": "index.d.ts",
7
"scripts": {
8
"start": "parcel serve example/index.html --open",
9
"lint": "eslint ./*.js",
@@ -27,6 +28,7 @@
27
28
"@size-limit/preset-small-lib": "^4.4.0",
29
"@vue/component-compiler-utils": "^3.1.1",
30
"@vue/test-utils": "^1.0.0-beta.32",
31
+ "dual-publish": "^0.5.2",
32
"eslint": "^6.8.0",
33
"eslint-config-standard": "^14.1.0",
34
"eslint-plugin-import": "^2.20.1",
0 commit comments