We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdb58a commit 4807c7dCopy full SHA for 4807c7d
.jshintrc
.travis.yml
@@ -10,6 +10,6 @@ script:
10
- npm run cover
11
12
after_success:
13
- - bash <(curl -s https://codecov.io/bash) || true
14
- - ./node_modules/.bin/coveralls < coverage/lcov.info || true
15
- - ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info || true
+ - bash <(curl -s https://codecov.io/bash) || true
+ - npm coveralls < coverage/lcov.info || true
+ - npm codeclimate-test-reporter < coverage/lcov.info || true
doc/manual/installation.md
@@ -4,8 +4,6 @@ or [npm](https://github.com/npm/npm).
4
5
### jspm
6
```terminal
7
-jspm install github:aureooms/es-red-black-tree
8
-# or
9
jspm install npm:aureooms-es-red-black-tree
```
0 commit comments