Skip to content

Commit

Permalink
chore(all): fix package main
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 6, 2018
1 parent 7977357 commit 3e5ed92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@egjs/infinitegrid",
"version": "3.3.3",
"description": "A module used to arrange card elements including content infinitely according to layout type. With this module, you can implement various layouts composed of different card elements whose sizes vary. It guarantees performance by maintaining the number of DOMs the module is handling under any circumstance",
"main": "dist/infinitegrid.js",
"module": "dist/infinitegrid.module.js",
"main": "dist/infinitegrid.module.js",
"types": "declaration/index.d.ts",
"scripts": {
"start": "concurrently 'webpack-dev-server --host=0.0.0.0 --env.name=InfiniteGrid --env.path=./src/index.umd.js' 'webpack --watch --env.name=Parallax --env.path=./src/Parallax.js'",
Expand Down

0 comments on commit 3e5ed92

Please sign in to comment.