Skip to content

Commit

Permalink
🎨 - Update file path
Browse files Browse the repository at this point in the history
  • Loading branch information
limichange committed Feb 17, 2017
1 parent 90c8793 commit 0cf51ef
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
Expand Up @@ -3,8 +3,8 @@
"description": "A npm project",
"version": "0.0.1",
"author": "limichange <[email protected]>",
"main": "dist/yuki-gta.js",
"unpkg": "dist/yuki-gta.js",
"main": "dist/yuki-gta.common.js",
"unpkg": "dist/yuki-gta.min.js",
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c --environment BUILD && uglifyjs dist/yuki-gta.js > dist/yuki-gta.min.js",
Expand Down

0 comments on commit 0cf51ef

Please sign in to comment.