Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
jspm/npm compat
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Apr 4, 2016
1 parent d339b85 commit 9a19748
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,23 @@
"name": "Maik Riechert"
},
"main": "lib/client.js",
"jspm": {
"files": [
"src/"
],
"main": "src/client.js",
"dependencies": {
"jsonld": "npm:jsonld@^0.4.2",
"url-template": "npm:url-template@^2.0.6"
}
},
"dependencies": {
"jsonld": "^0.4.2",
"url-template": "^2.0.6"
},
"files": [
"src/",
"lib/",
"coverage-rest-client.*"
],
"jspm": {
"registry": "npm",
"format": "esm",
"files": [
"src/"
],
"main": "src/client.js"
},
"scripts": {
"docs": "esdoc -c esdoc.json",
"style": "standard",
Expand Down

0 comments on commit 9a19748

Please sign in to comment.