Commit 52cc512d authored by Ward Bell's avatar Ward Bell

chore: package.json and typings updates

parent 8e4b387d
<a name="0.2.2"></a>
# 0.2.2 (2016-05-21)
* Update to Typings 1.x
<a name="0.2.1"></a>
# 0.2.1 (2016-05-03)
* Angular 2 RC01 version
......
......@@ -17,7 +17,7 @@
var packages = {
'app': { main: 'main.js', defaultExtension: 'js' },
'rxjs': { defaultExtension: 'js' },
'angular2-in-memory-web-api': { defaultExtension: 'js' },
'angular2-in-memory-web-api': { main: 'index.js', defaultExtension: 'js' },
};
var ngPackageNames = [
......
......@@ -9,10 +9,5 @@
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}
}
{
"ambientDependencies": {
"globalDevDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438",
"node": "registry:dt/node#4.0.0+20160509154515"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment