Skip to content

Commit

Permalink
fix: wrong typing file direaction
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Dec 26, 2017
1 parent 7d99d87 commit a1bd090
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nerv-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Devtools for Nerv.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"typings": "./dist/src/index.d.ts",
"typings": "./dist/index.d.ts",
"keywords": [
"devtools",
"nerv",
Expand Down
1 change: 1 addition & 0 deletions packages/nerv-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Internal utilities for Nerv.js",
"main": "index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/nerv.git"
Expand Down
1 change: 1 addition & 0 deletions packages/nerv-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Internal utilities for Nerv.js",
"main": "index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/nerv.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/nerv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"module": "dist/index.esm.js",
"jsnext:main": "dist/index.esm.js",
"typings": "dist/src/index.d.ts",
"typings": "dist/index.d.ts",
"unpkg": "dist/nerv.js",
"jsdelivr": "dist/nerv.js",
"keywords": [
Expand Down

0 comments on commit a1bd090

Please sign in to comment.