Reorder files

This commit is contained in:
Faisal Salman
2013-03-15 21:25:16 +07:00
parent f3f25ae3e7
commit d063e532e3
4 changed files with 2 additions and 10 deletions

View File

@@ -22,8 +22,7 @@
],
"main": "ua-parser",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec",
"pretest": "./node_modules/uglify-js/bin/uglifyjs ua-parser.js > ua-parser.min.js"
"test": "./node_modules/mocha/bin/mocha -R spec"
},
"devDependencies": {
"mocha": ">= 1.7.1",