oribella-framework
Advanced tools
Comparing version 0.6.3-dev.20170112 to 0.6.3-dev.201701121
{ | ||
"name": "oribella-framework", | ||
"version": "0.6.3-dev.20170112", | ||
"version": "0.6.3-dev.201701121", | ||
"description": "Normalizes event flows into an understandable consistent api", | ||
@@ -9,4 +9,4 @@ "repository": { | ||
}, | ||
"main": "dist/commonjs/index.js", | ||
"typings": "dist/commonjs/index.d.ts", | ||
"main": "dist/commonjs/oribella-framework.js", | ||
"typings": "dist/commonjs/oribella-framework.d.ts", | ||
"scripts": { | ||
@@ -21,3 +21,3 @@ "lint": "tslint -c tslint.json --project tsconfig.json", | ||
"amd": "npm run compile -- --module amd --outDir dist/amd", | ||
"amd-bundled": "npm run compile -- --module amd --outFile dist/framework.js", | ||
"amd-bundled": "npm run compile -- --module amd --outFile dist/oribella-framework.js", | ||
"system": "npm run compile -- --module system --outDir dist/system", | ||
@@ -24,0 +24,0 @@ "es2015": "npm run compile -- --module es2015 --outDir dist/es2015 --target es2015", |
404596