Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "docx4js", | ||
"description": "javascript docx parser", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -31,8 +31,9 @@ "name": "Raymond Li", | ||
"browserify":{ | ||
"tranform":["deamdify"] | ||
"transform":["deamdify"] | ||
}, | ||
"scripts": { | ||
"pretest": "browserify -t deamdify browser.js | uglifyjs > dist/docx4js.min.js", | ||
"test": "echo 0" | ||
"pretest": "browserify -t deamdify browser.js -o dist/docx4js.js", | ||
"test": "echo 0", | ||
"protest": "uglifyjs dist/docx4js.js > dist/docx4js.min.js" | ||
} | ||
} |
@@ -1,8 +0,1 @@ | ||
function define(){ | ||
switch(arguments.length){ | ||
case 1: | ||
break | ||
} | ||
} | ||
define(['../document','./factory','./theme/font', './theme/color','./theme/format'],function(OfficeDocument,factory, FontTheme, ColorTheme, FormatTheme){ | ||
@@ -9,0 +2,0 @@ function ParseContext(current){ |
2859184
3202