Skip to content

Commit

Permalink
add npm ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhat Can committed Jun 21, 2016
1 parent edef9d6 commit cdcbb1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.git*
docs/
examples/
samples/
support/
test/
testing.js
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ opsgenie.configure({
```

```js
opsgenie.alert.get({id: "request_alert_id"}, function (error, alert) {
opsgenie.alert.get({id: "alert_id"}, function (error, alert) {
if (error) {
// handle error
} else {
Expand Down

0 comments on commit cdcbb1f

Please sign in to comment.