refactor: More generic build.sh file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "./bundles/http.umd.js",
|
||||
"module": "./@angular/http.es5.js",
|
||||
"es2015": "./@angular/http.js",
|
||||
"typings": "./typings/index.d.ts",
|
||||
"typings": "./typings/http.d.ts",
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
{"typings": "../typings/testing/index.d.ts", "main": "../bundles/http-testing.umd.js", "module": "../@angular/http/testing.es5.js", "es2015": "../@angular/http/testing.js"}
|
||||
{
|
||||
"typings": "../typings/testing.d.ts",
|
||||
"main": "../bundles/http-testing.umd.js",
|
||||
"module": "../@angular/http/testing.es5.js",
|
||||
"es2015": "../@angular/http/testing.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user