rename build folder to dist

This commit is contained in:
MoyuScript
2014-09-01 20:22:56 +03:00
parent 87ac23d016
commit 436e7e9692
9 changed files with 46 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
"title": "html2canvas",
"name": "html2canvas",
"description": "Screenshots with JavaScript",
"version": "0.5.0-rc1",
"version": "0.5.0-alpha",
"author": {
"name": "Niklas von Hertzen",
"email": "niklasvh@gmail.com",
@@ -20,7 +20,7 @@
"url": "https://github.com/niklasvh/html2canvas/issues"
},
"devDependencies": {
"baconjs": "0.7.11",
"baconjs": "^0.7.11",
"base64-arraybuffer": ">= 0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "*",
@@ -31,7 +31,7 @@
"grunt-contrib-watch": "~0.5.1",
"lodash": "^2.4.1",
"png-js": ">= 0.1.1",
"wd": "0.2.21"
"wd": "^0.2.21"
},
"scripts": {
"test": "grunt travis --verbose"