Skip to content

Commit

Permalink
(chore) package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Apr 16, 2014
1 parent 6c70de2 commit 5dc5201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.gitignore
.npmignore
.jshintrc
coffeelist.json
coffeelint.json

Makefile
src
Expand Down
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"type": "git",
"url": "https://github.com/omsmith/ims-lti.git"
},
"bugs": {
"url": "http://github.com/omsmith/ims-lti/issues"
},
"main": "./lib/ims-lti",
"devDependencies": {
"redis": "0.8.3",
"should": "1.2.2",
Expand All @@ -19,13 +23,5 @@
"mocha-lcov-reporter": "0.0.1",
"mocha-multi": "~0.4.0",
"coveralls": "~2.10.0"
},
"directories": {
"lib": "./lib/"
},
"main": "./lib/ims-lti",
"bugs": {
"url": "http://github.com/omsmith/ims-lti/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 5dc5201

Please sign in to comment.