Skip to content

Commit

Permalink
update Makefile, rebuild dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Mar 18, 2018
1 parent 6840f12 commit cb0d8f1
Show file tree
Hide file tree
Showing 4 changed files with 6,207 additions and 8,079 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -38,8 +38,7 @@ dist/plist-parse.js: node_modules lib/parse.js dist
dist/plist.js: node_modules lib/*.js dist
@$(BROWSERIFY) \
--standalone plist \
--ignore lib/node.js \
lib/plist.js > $@
index.js > $@

node_modules: package.json
@NODE_ENV= $(NPM) install
Expand Down

0 comments on commit cb0d8f1

Please sign in to comment.