Skip to content

Commit

Permalink
fix: correct devtools main file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Dec 19, 2017
1 parent 918cc83 commit 669d5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions packages/nerv-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
"name": "nerv-devtools",
"version": "0.4.0-beta.4b0270d1",
"description": "Devtools for Nerv.js",
"main": "index.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"typings": "./dist/src/index.d.ts",
"keywords": [
"devtools",
"nerv",
"nervjs"
],
"keywords": ["devtools", "nerv", "nervjs"],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/nerv.git"
Expand Down
2 changes: 0 additions & 2 deletions packages/nerv/index.js

This file was deleted.

0 comments on commit 669d5b8

Please sign in to comment.