Skip to content

Commit 918bfe9

Browse files
adi-pjacksonjhnns
authored andcommitted
fix: wrong entry point in package.json
Closes #161 #179 #177
1 parent de31619 commit 918bfe9

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
@@ -3,7 +3,7 @@
33
"version": "4.0.0",
44
"author": "Johannes Ewald @jhnns",
55
"description": "Less loader for webpack. Compiles Less to CSS.",
6-
"main": "dist/cjs.js",
6+
"main": "dist/index.js",
77
"scripts": {
88
"create-spec": "babel-node test/helpers/createSpec.js",
99
"pretest": "npm run create-spec",

0 commit comments

Comments
 (0)