Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Feb 18, 2016
1 parent a17eef2 commit 87589c0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 2
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"es5": true,
"-W030": true
}
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
- 4
- 5
env:
global:
- secure: "JwyiLIEV6S7wzr9eUgQ/rP8BeeSY6ZabknHpUKSk4miA7d+/acFeuMAYu0d79BG8ndFIdG9EYbA7ZY1TH/metqDTrExzYLooa0XrAYg2x+cDSboII9albVn5bvdmmWIcgcmcZwKvi5JYLHWcA3Px84Aaf3YXN9V4lS1uLhl0eBI="
Expand Down
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "rx-node",
"version": "1.0.1",
"version": "1.0.2",
"title": "Reactive Extensions for JavaScript (RxJS) Bindings for Node.js/io.js",
"description": "RxJS Bindings for Node.js and io.js",
"main": "index.js",
"scripts": {
"test": "mocha test/runner.js --reporter spec"
"test": "tape test/**/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/Reactive-Extensions/rx-node.git"
"url": "git+https://github.com/Reactive-Extensions/rx-node.git"
},
"dependencies": {
"rx": "*"
},
"devDependencies": {
"mocha": "^2.0.1",
"chai": "~1.10.0"
"tape": "^4.4.0",
"wrapping-tape": "0.0.3"
},
"keywords": [
"Rx",
Expand All @@ -25,17 +25,13 @@
"Streams",
"Reactive"
],
"author": {
"name": "Cloud Programmability Team"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"author": "Microsoft",
"bugs": {
"url": "https://github.com/Reactive-Extensions/rx-node/issues"
},
"homepage": "https://github.com/Reactive-Extensions/rx-node"
"homepage": "https://github.com/Reactive-Extensions/rx-node",
"directories": {
"doc": "doc"
},
"license": "MIT"
}

0 comments on commit 87589c0

Please sign in to comment.