Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelycs committed Mar 5, 2019
1 parent 301f6dc commit 113a06e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vite/vitejs",
"version": "1.1.8",
"version": "1.2.0-0",
"description": "",
"main": "dist/vitejs/index.node.js",
"browser": "dist/vitejs/index.web.js",
Expand Down
1 change: 0 additions & 1 deletion src/netProcessor/eventEmitter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import netProcessor from './index';
import { subscribe } from 'const/method';


class EventEmitter {
id: string
callback: Function
Expand Down

0 comments on commit 113a06e

Please sign in to comment.