Skip to content

Commit

Permalink
version up and fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Dec 6, 2018
1 parent 7c6e27b commit 9ab8eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "graphviz-dot",
"version": "0.3.0",
"version": "0.3.1",
"author": "Koki Oyatsu",
"license": "MIT",
"bin": "bin/dot.js",
"description": "dot (graphviz) command implement by javascript (single binary)",
"pkg": {
"assets": [
"node_modules/**/*.trie"
"node_modules/**/*.trie",
"node_modules/pdfkit/js/font/data/*.afm"
]
},
"dependencies": {
Expand Down

0 comments on commit 9ab8eab

Please sign in to comment.