Skip to content

Commit

Permalink
adding binary and whitelisting dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jan 2, 2023
1 parent ce69fec commit d76f60a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
File renamed without changes.
9 changes: 8 additions & 1 deletion standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "@generatedata/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "The npm package version of generatedata.com. Currently in development only.",
"scripts": {
"build": "npx grunt && cd build && node build.js"
},
"bin": {
"generatedata": "./bin/generatedata.js"
},
"files": [
"dist/*",
"bin/generatedata.js"
],
"dependencies": {
"ansi-colors": "^4.1.3",
"cli-progress": "^3.11.2",
Expand Down

0 comments on commit d76f60a

Please sign in to comment.