Skip to content

Commit 084babf

Browse files
committed
chore(): Difined the precise engines to use for the project
Only version 6 of node is suppeort now
1 parent 5b81fbd commit 084babf

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- '4'
10-
- iojs-v3
11-
- iojs-v2
12-
- iojs-v1
13-
- '0.12'
14-
- '0.10'
9+
- '6'
1510
before_install:
16-
- npm i -g npm@^2.0.0
11+
- npm i -g npm@^3.0.0
1712
before_script:
1813
- npm prune
1914
script:

package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,19 @@
2121
"type": "git",
2222
"url": "https://github.com/ExtendScript/extendscriptr.git"
2323
},
24-
"keywords": ["automation", "build", "process", "extendScript", "indesign", "illustrator", "photoshop", "adobe", "es2105", "es6", "compile"],
24+
"keywords": [
25+
"automation",
26+
"build",
27+
"process",
28+
"extendScript",
29+
"indesign",
30+
"illustrator",
31+
"photoshop",
32+
"adobe",
33+
"es2105",
34+
"es6",
35+
"compile"
36+
],
2537
"author": "vogelino",
2638
"license": "WTFPL",
2739
"bugs": {
@@ -52,7 +64,7 @@
5264
}
5365
},
5466
"engineStrict": true,
55-
"engines": {
56-
"npm": ">=3.0.0"
57-
}
67+
"engines": {
68+
"npm": ">=3.0.0"
5869
}
70+
}

0 commit comments

Comments
 (0)