Skip to content

Commit

Permalink
add a package.json to examples dir so that it can have the WDC lib in…
Browse files Browse the repository at this point in the history
…stalled/linked so that the examples can actually be run without modifying the require
  • Loading branch information
nfriedly committed Aug 24, 2016
1 parent 409a280 commit 666e2ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/*
node_modules
npm-debug.log
coverage
.DS_Store
Expand All @@ -10,5 +10,3 @@ doc/
.vscode/
dist/
.env
examples/browserify/node_modules/

10 changes: 10 additions & 0 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "wdc-examples",
"version": "1.0.0",
"description": "Examples of using the IBM Watson Developer Cloud Node.js SDK",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"watson-developer-cloud":"*"
}
}

0 comments on commit 666e2ca

Please sign in to comment.