Skip to content

Commit

Permalink
chore: remove jsnext:main in favor of module (#85)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed `jsnext:main` field
  • Loading branch information
foray1010 authored and shellscape committed Dec 9, 2019
1 parent 445f8ca commit 6819868
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es2015.js",
"module": "dist/index.es2015.js"
}
1 change: 0 additions & 1 deletion packages/dsv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/node-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"types": "types/index.d.ts"
}
1 change: 0 additions & 1 deletion packages/pluginutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js",
"nyc": {
"extension": [
Expand Down
1 change: 0 additions & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@
"!**/types.ts"
]
},
"jsnext:main": "src/index.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}
1 change: 0 additions & 1 deletion packages/yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@
"!**/types.ts"
]
},
"jsnext:main": "dist/index.es.js",
"module": "dist/index.es.js"
}

0 comments on commit 6819868

Please sign in to comment.