File tree 2 files changed +5
-20
lines changed
2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,6 @@ node_js:
9
9
- ' stable'
10
10
- ' 0.12'
11
11
- ' 0.10'
12
- before_install :
13
- - npm i -g npm@^2.0.0
14
- before_script :
15
- - npm prune
16
- - ' curl -Lo travis_after_all.py https://git.io/vLSON'
17
- script :
18
- - npm run test
19
- after_success :
20
- - python travis_after_all.py
21
- - export $(cat .to_export_back)
22
- - npm run semantic-release
23
12
branches :
24
13
except :
25
14
- " /^v\\ d+\\ .\\ d+\\ .\\ d+$/"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " array-to-tree" ,
3
- "version" : " 0.0.0-semantically-released " ,
3
+ "version" : " 2.1.6 " ,
4
4
"description" : " Convert a plain array of nodes (with pointers to parent nodes) to a tree" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "release" : " npm version ${BUMP:-\" patch\" } --no-git-tag-version && git add package.json && git commit -m \" :octocat: Bump to $(cat package.json | jq -r .version)\" && git push && git push --tags && npm publish" ,
7
8
"test" : " mocha --reporter nyan" ,
8
- "tdd" : " npm test -- --watch" ,
9
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
10
- },
11
- "repository" : {
12
- "type" : " git" ,
13
- "url" : " https://github.com/alferov/array-to-tree.git"
9
+ "tdd" : " npm test -- --watch"
14
10
},
11
+ "repository" : " alferov/array-to-tree" ,
15
12
"keywords" : [
16
13
" array" ,
17
14
" list" ,
24
21
"devDependencies" : {
25
22
"chai" : " ^3.2.0" ,
26
23
"eslint" : " ^1.4.1" ,
27
- "mocha" : " ^2.3.0" ,
28
- "semantic-release" : " ^4.3.5"
24
+ "mocha" : " ^2.3.0"
29
25
},
30
26
"author" : {
31
27
"name" : " Philipp Alferov" ,
You can’t perform that action at this time.
0 commit comments