Skip to content

Commit ac8e16a

Browse files
author
Philipp Alferov
committed
Fix(module): Update package.json & travis.yml according sem-release docs
1 parent d47b99e commit ac8e16a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ before_install:
1414
before_script:
1515
- npm prune
1616
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
17+
script:
18+
- npm run test
1719
after_success:
1820
- python travis_after_all.py
1921
- export $(cat .to_export_back)

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "array-to-tree",
3+
"version": "0.0.0-semantically-released",
34
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
45
"main": "index.js",
56
"scripts": {

0 commit comments

Comments
 (0)