Skip to content

Commit

Permalink
fix: wrong entry point in package.json
Browse files Browse the repository at this point in the history
Closes #161 #179  #177
  • Loading branch information
adi-pjackson authored and jhnns committed Mar 21, 2017
1 parent de31619 commit 918bfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0",
"author": "Johannes Ewald @jhnns",
"description": "Less loader for webpack. Compiles Less to CSS.",
"main": "dist/cjs.js",
"main": "dist/index.js",
"scripts": {
"create-spec": "babel-node test/helpers/createSpec.js",
"pretest": "npm run create-spec",
Expand Down

0 comments on commit 918bfe9

Please sign in to comment.