Skip to content

Commit 397676a

Browse files
author
Lucas Bento
committed
Move jest to devDep
1 parent 2133e56 commit 397676a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "applescript-promise",
33
"description": "Easily execute arbitrary AppleScript code on OS X through NodeJS with Promises.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"author": {
66
"name": "Lucas Bento",
77
"email": "[email protected]",
@@ -10,8 +10,7 @@
1010
"bugs": "https://github.com/lucasbento/node-applescript-promise/issues",
1111
"dependencies": {
1212
"applescript": "lucasbento/node-applescript",
13-
"babel-polyfill": "^6.20.0",
14-
"jest": "^20.0.4"
13+
"babel-polyfill": "^6.20.0"
1514
},
1615
"devDependencies": {
1716
"babel-cli": "^6.24.0",
@@ -23,18 +22,19 @@
2322
"eslint": "^3.19.0",
2423
"eslint-config-airbnb": "^14.1.0",
2524
"eslint-plugin-import": "^2.2.0",
26-
"fs-extra": "^4.0.1"
25+
"fs-extra": "^4.0.1",
26+
"jest": "^20.0.4"
2727
},
2828
"homepage": "https://github.com/lucasbento/node-applescript-promise#readme",
2929
"keywords": [
3030
"apple",
3131
"applescript",
3232
"es6",
33+
"mac",
3334
"node",
3435
"osascript",
35-
"promise",
36-
"mac",
37-
"osx"
36+
"osx",
37+
"promise"
3838
],
3939
"license": "MIT",
4040
"main": "dist/index.js",

0 commit comments

Comments
 (0)