Skip to content

Commit

Permalink
Update acorn js (#15)
Browse files Browse the repository at this point in the history
* support to color tiles in output bundles

* giving standard width and height

* attach visualization screenshot

* update acorn js

* rm package lock json

* update travis

* update travis
  • Loading branch information
pajaydev authored May 1, 2020
1 parent be3053e commit f0f426c
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 304 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
sudo: false
cache: npm
node_js:
- "6"
- "7"
- "8"
- "10"
288 changes: 0 additions & 288 deletions package-lock.json

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lasso-analyzer",
"version": "1.4.4",
"description": "A tool to analyze the bundle created by Lasso",
"version": "1.4.5",
"description": "A tool to analyze and visualize the bundle created by Lasso",
"main": "src/index.js",
"bin": {
"lasso-analyzer": "bin/index.js"
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"bundle-me": "^1.1.4",
"lasso-unpack": "1.0.2",
"lasso-unpack": "^1.3.2",
"opener": "^1.5.1",
"randomcolor": "^0.5.4"
},
Expand Down
Loading

0 comments on commit f0f426c

Please sign in to comment.