Skip to content

Commit 0ab7f09

Browse files
maxmumforddavideast
authored andcommitted
Updated package.json to use the correct casing for the 'main' entrypoint (angular#599)
In the rollup script 'angularFire2.umd.js' is used, where in the package.json 'angularfire2.umd.js' was used, causing for loading problems on linux based systems (Ubuntu in this case)
1 parent 962b37d commit 0ab7f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.publish.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import globals from './rollup-globals';
22

33
export default {
44
entry: 'dist/index.js',
5-
dest: 'dist/bundles/angularFire2.umd.js',
5+
dest: 'dist/bundles/angularfire2.umd.js',
66
format: 'umd',
77
moduleName: 'angularFire2',
88
globals

0 commit comments

Comments
 (0)