Skip to content

Commit

Permalink
fix(rollup): rename name for default module
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Oct 25, 2019
1 parent 84a07c0 commit d68b020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rolluprc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const plugins = [
export default [
{
input: {
'default': 'src/index.js',
'index': 'src/index.js',
'operator': 'src/operator.js',
'adapter/playcanvas': 'src/adapter/playcanvas.js'
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@js-basics/vector",
"version": "1.38.9",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./build/cjs/default.js",
"main": "./build/cjs/index.js",
"directories": {
"example": "examples",
"test": "test"
Expand Down

0 comments on commit d68b020

Please sign in to comment.