Skip to content

Commit 37b5ebe

Browse files
fix(angular-compiler): remove index.metadata.json from uirouter core,
Fixes #822
1 parent 306f2b3 commit 37b5ebe

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "6.0.9",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles .cache _doc",
7-
"compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && shx cp src/*.json lib",
7+
"compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",
88
"build": "run-s compile fixdts bundle fixmaps:*",
99
"bundle": "rollup -c && rollup -c --environment MINIFY",
1010
"fixdts": "dts-downlevel --semver '>=2.2.0' 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",

src/index.metadata.json

-8
This file was deleted.

0 commit comments

Comments
 (0)