Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rillke committed Aug 23, 2018
1 parent 6181133 commit 1c4f62f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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,6 +1,6 @@
{
"name": "fritz-xml-2vcard",
"version": "1.2.0",
"version": "2.0.0",
"description": "Convert FRITZ!Box address book XML format to vcards.",
"main": "lib-convert.js",
"bin": "./convert.js",
Expand All @@ -26,12 +26,12 @@
"lint": "jshint src/**.js spec/**.js",
"unit-test": "jasmine",
"test": "npm run lint && npm run unit-test",
"version": "cd src && ../node_modules/.bin/node-git-version",
"versionjs": "cd src && ../node_modules/.bin/node-git-version",
"escompat": "mkdir -p lib && ./node_modules/.bin/babel src --out-dir lib",
"bundle": "browserify lib/* -o dist/fritzXML2vcard-browser.js && browserify lib/browser-api.js -o dist/fritzXML2vcard-browser-api.js",
"minify": "uglifyjs dist/fritzXML2vcard-browser.js -o dist/fritzXML2vcard-browser-min.js && uglifyjs dist/fritzXML2vcard-browser-api.js -o dist/fritzXML2vcard-browser-api-min.js",
"cleanup": "rm src/version.js lib/version.js",
"build": "npm run version && npm run escompat && npm run bundle && npm run minify && npm run cleanup"
"build": "npm run versionjs && npm run escompat && npm run bundle && npm run minify && npm run cleanup"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1c4f62f

Please sign in to comment.