Add build step
This commit is contained in:
parent
05df529e97
commit
5efb85f295
1 changed files with 3 additions and 6 deletions
|
@ -4,21 +4,18 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "browserify ./lib/cli.js -o ./test/out.js",
|
||||||
"test": "browserify ./test/test.js -t ./lib/index.js -o ./test/out.js",
|
"test": "browserify ./test/test.js -t ./lib/index.js -o ./test/out.js",
|
||||||
"lint": "eslint 'lib/'"
|
"lint": "eslint 'lib/'"
|
||||||
},
|
},
|
||||||
"author": "TheOrangeOne",
|
|
||||||
"bin": "./bin/cli.js",
|
"bin": "./bin/cli.js",
|
||||||
|
"author": "TheOrangeOne <git@theorangeone.net>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"browserify": "=13.0.0",
|
|
||||||
"browserify-transform-tools": "=1.5.3",
|
"browserify-transform-tools": "=1.5.3",
|
||||||
"jscrewit": "=1.10.1"
|
"jscrewit": "=1.10.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "^6.6.5",
|
"browserify": "=13.0.0",
|
||||||
"babel-eslint": "^5.0.0",
|
|
||||||
"babel-preset-es2015": "^6.6.0",
|
|
||||||
"babelify": "^7.2.0",
|
|
||||||
"chai": "^3.5.0",
|
"chai": "^3.5.0",
|
||||||
"eslint": "=1.5.0",
|
"eslint": "=1.5.0",
|
||||||
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
||||||
|
|
Reference in a new issue