Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
updated node-xmpp dependency (0.3.2 < version < 0.5.3 don't work)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jul 29, 2013
1 parent 4247699 commit f802b38
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
*.swp
lib/
4 changes: 2 additions & 2 deletions .npmignore
@@ -1,5 +1,5 @@
lib/*.coffee
spec/*.coffee
*.coffee
src/
Cakefile
.npmignore
node_modules
Expand Down
6 changes: 2 additions & 4 deletions README.markdown
Expand Up @@ -180,11 +180,9 @@ router.on "rpc", (action) ->

## Running tests

[jasmine-node](https://github.com/mhevery/jasmine-node)
is required (`npm install -g jasmine-node`) for running the tests.

```shell
cake test
npm install
npm test
```

## JOAP client implementations
Expand Down
23 changes: 13 additions & 10 deletions package.json
Expand Up @@ -6,22 +6,22 @@
"author": "Markus Kohlhase",
"contributors": ["Markus Kohlhase"],
"licenses": [{"type": "MIT"}],
"engine": "node",
"engines": { "node": ">=0.8.0" },
"homepage": "http://github.com/flosse/node-xmpp-joap",
"bugs": "http://github.com/flosse/node-xmpp-joap/issues",
"dependencies":
{
"node-expat": ">=2.0.0",
"node-xmpp": ">=0.5.2",
"ltx": ">=0.2.3",
"async": ">=0.1.22",
"toobusy": ">=0.2.3",
"node-uuid": ">=1.4.0"
"node-expat": "~2.0.0",
"node-xmpp": "~0.5.4",
"ltx": "~0.2.4",
"async": "~0.2.9",
"toobusy": "~0.2.3",
"node-uuid": "~1.4.0"
},
"devDependencies":
{
"jasmine-node": ">=1.5.0",
"coffee-script": ">=1.6.3"
"jasmine-node": "~1.10.2",
"coffee-script": "~1.6.3"
},
"repository":
{
Expand All @@ -36,5 +36,8 @@
"web": "http://github.com/flosse/"
}
],
"scripts": { "test": "jasmine-node --forceexit --coffee spec/" }
"scripts": {
"prepublish": "coffee -bc -o lib/ src/*.coffee",
"test": "coffee -bc -o lib src/*.coffee && jasmine-node --forceexit --coffee spec/"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f802b38

Please sign in to comment.