@vnejs/shared 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/module.d.ts +0 -6
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@vnejs/shared",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "index.js",
5
- "types": "module.d.ts",
6
5
  "scripts": {
7
6
  "test": "echo \"Error: no test specified\" && exit 1",
8
7
  "publish:major": "npm version major && npm publish --access public --legacy-peer-deps",
package/module.d.ts DELETED
@@ -1,6 +0,0 @@
1
- export interface VNE_CONST {}
2
- export interface VNE_EVENTS {}
3
- export interface VNE_SETTINGS {}
4
- export interface VNE_MODULE_EXTENSIONS {}
5
-
6
- export type VNE_MODULES = any[];