Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Commit a08ffc6

Browse files
committed
fix(package): main is src/index.js so you can use it with commonjs
1 parent 856e236 commit a08ffc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/toutpt/angular-leaflet-light.git"
77
},
8-
"main": "dist/angular-leaflet.js",
8+
"main": "src/index.js",
99
"scripts": {
1010
"test": "karma start karma/karma.travis.conf.js --single-run",
1111
"build": "webpack && webpack --config webpack.config.min.js",

0 commit comments

Comments
 (0)