Skip to content

Commit

Permalink
Add lodash typings to systemjs example. Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszfoltak committed Oct 12, 2016
1 parent e8e1d69 commit 08b2fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/systemjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"watch": "rm -rf build && mkdir build && tsc -w",
"prebuild": "rm -rf build && mkdir build",
"build": "tsc",
"prestart": "tsc",
"start": "lite-server",
"tsc": "tsc",
"tsd": "tsd install"
Expand Down
3 changes: 3 additions & 0 deletions examples/systemjs/tsd.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"installed": {
"es6-shim/es6-shim.d.ts": {
"commit": "d22516f9f089de107d7e7d5938566377370631f6"
},
"lodash/lodash.d.ts": {
"commit": "25c6f49e9c2fbded2b973d1875eed844f9e61fb1"
}
}
}

0 comments on commit 08b2fe7

Please sign in to comment.