Skip to content

Commit

Permalink
Fix main Field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperdraw committed Nov 12, 2020
1 parent 10e7853 commit 3ef3858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ligi",
"version": "1.0.1",
"version": "1.0.2",
"description": "A light library for keeping DOM lists in sync with arrays",
"main": "ligi.umd.min.js",
"main": "dist/ligi.umd.es5.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"esm": "npx terser -o dist/ligi.esm.min.js -m -- ligi.js",
Expand Down

0 comments on commit 3ef3858

Please sign in to comment.