Skip to content

Commit

Permalink
move cofeescript from lib -> src, in prep to publish plain js
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Apr 16, 2014
1 parent e3699aa commit 705bc31
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 11 deletions.
5 changes: 0 additions & 5 deletions lib/index.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,18 @@
"type": "git",
"url": "https://github.com/omsmith/ims-lti.git"
},
"dependencies": {
"coffee-script": "1.6.2"
},
"devDependencies": {
"express": "3.0.5",
"mocha": "1.10.0",
"request": "2.21.0",
"redis": "0.8.3",
"should": "1.2.2"
"should": "1.2.2",
"coffee-script": "~1.7.1"
},
"directories": {
"lib": "./lib/"
},
"main": "./lib/index"
,
"main": "./lib/ims-lti",
"bugs": {
"url": "http://github.com/omsmith/ims-lti/issues"
},
Expand Down
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 705bc31

Please sign in to comment.