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 fed3929 commit 71b3af4Copy full SHA for 71b3af4
.travis.yml
@@ -14,6 +14,3 @@ addons:
14
- g++-4.8
15
install:
16
- npm install --all
17
-script:
18
- - npm run test-lint
19
- - npm run test-cov
package.json
@@ -17,11 +17,8 @@
"dependencies": {
"openbci-cyton": "^1.0.7",
"openbci-ganglion": "^1.0.0",
20
- "openbci-utilities": "^0.3.1",
21
- "openbci-wifi": "^0.3.1"
22
- },
23
- "directories": {
24
- "test": "test"
+ "openbci-utilities": "^0.3.2",
+ "openbci-wifi": "^0.4.1"
25
},
26
"repository": {
27
"type": "git",
0 commit comments