Skip to content

Commit

Permalink
Merge pull request #12 from ndaidong/dev
Browse files Browse the repository at this point in the history
Update builder script
  • Loading branch information
ndaidong authored Jun 16, 2016
2 parents f77b8d6 + 4b2a459 commit dd16488
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 90 deletions.
86 changes: 0 additions & 86 deletions build/minify.js

This file was deleted.

10 changes: 9 additions & 1 deletion dist/txtgen.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2",
"version": "0.1.21",
"name": "txtgen",
"description": "Util for generating random sentences, paragraphs and articles in English",
"homepage": "http://ndaidong.github.io/txtgen",
Expand All @@ -17,15 +17,15 @@
"coverage": "./node_modules/.bin/nyc tape test/start.js | tap-spec",
"report": "npm run coverage && ./node_modules/.bin/nyc report --reporter=lcov",
"coveralls": "npm run report && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"build": "node build/minify",
"build": "./node_modules/.bin/gccmin src dist",
"snyk": "./node_modules/.bin/snyk wizard"
},
"devDependencies": {
"bellajs": "latest",
"colors": "latest",
"coveralls": "latest",
"gcc-min": "latest",
"nyc": "latest",
"request": "latest",
"snyk": "latest",
"tap-spec": "latest",
"tape": "latest"
Expand Down

0 comments on commit dd16488

Please sign in to comment.