Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
update to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Feb 19, 2014
1 parent c14f636 commit 833cc9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vulcanize",
"version": "0.1.12",
"version": "0.1.13",
"description": "Process Web Components into one output file",
"main": "lib/vulcan.js",
"bin": {
"vulcanize": "bin/vulcanize"
},
"dependencies": {
"cheerio": "~0.13.1",
"nopt": "~2.1.1",
"clean-css": "~2.0.6",
"nopt": "~2.2.0",
"clean-css": "~2.1.0",
"uglify-js": "~2.4.8"
},
"devDependencies": {},
Expand Down

0 comments on commit 833cc9a

Please sign in to comment.