Skip to content

Commit

Permalink
fix(index): renamed index to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 17, 2016
1 parent b6292f4 commit d7ada38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var paths = {
sort: true
};

paths.ignore = ['index.js'];
paths.ignore = ['aurelia-ui-virtualization.js'];
paths.files = [
paths.source
];
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"author": "Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)",
"main": "dist/commonjs/index.js",
"main": "dist/commonjs/aurelia-ui-virtualization.js",
"typings": "dist/aurelia-ui-virtualization.d.ts",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "index",
"main": "aurelia-ui-virtualization",
"format": "amd",
"directories": {
"dist": "dist/amd"
Expand Down
File renamed without changes.

0 comments on commit d7ada38

Please sign in to comment.