We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47b99e commit ac8e16aCopy full SHA for ac8e16a
.travis.yml
@@ -14,6 +14,8 @@ before_install:
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)
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "array-to-tree",
3
+ "version": "0.0.0-semantically-released",
4
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
5
"main": "index.js",
6
"scripts": {
0 commit comments