Skip to content

Commit

Permalink
Ensure iconv and debug are devDependency - closes #129
Browse files Browse the repository at this point in the history
Silence expat warnings
  • Loading branch information
lovell committed Nov 19, 2015
1 parent 2e9d9f1 commit 5c796d0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -20,7 +20,13 @@ npm install node-expat

## Testing

If not already available globally, you'll need to install the
[standard](http://standardjs.com/) code style checker.

```
npm test
npm install standard
```

```
npm test
```
8 changes: 8 additions & 0 deletions deps/libexpat/libexpat.gyp
Expand Up @@ -55,6 +55,14 @@
'PIC',
'HAVE_EXPAT_CONFIG_H'
],
'cflags': [
'-Wno-missing-field-initializers'
],
'xcode_settings': {
'OTHER_CFLAGS': [
'-Wno-missing-field-initializers'
]
},
'include_dirs': [
'.',
'lib',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -19,11 +19,11 @@
},
"dependencies": {
"bindings": "^1.2.1",
"debug": "^2.2.0",
"iconv": "^2.1.10",
"nan": "^2.0.9"
"nan": "^2.1.0"
},
"devDependencies": {
"debug": "^2.2.0",
"iconv": "^2.1.10",
"vows": "^0.8.1"
},
"repository": "github:node-xmpp/node-expat",
Expand Down

0 comments on commit 5c796d0

Please sign in to comment.