We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd950e commit 4baa430Copy full SHA for 4baa430
package.json
@@ -65,11 +65,11 @@
65
"node": ">=4.0.0"
66
},
67
"license": "MIT",
68
- "main": "lib/index.js",
+ "main": "release/ui-router-angularjs.js",
69
"jsnext:main": "lib-esm/index.js",
70
"typings": "lib/index.d.ts",
71
"dependencies": {
72
- "@uirouter/core": "5.0.5"
+ "@uirouter/core": "=5.0.6"
73
74
"peerDependencies": {
75
"angular": ">=1.2.0"
tsconfig.json
@@ -9,8 +9,9 @@
9
"allowSyntheticDefaultImports": true,
10
"outDir": "lib",
11
"declaration": true,
12
- "sourceMap": true,
13
- "skipLibCheck": true
+ "skipLibCheck": true,
+ "inlineSourceMap": true,
14
+ "inlineSources": true
15
16
"files": [
17
"src/index.ts",
0 commit comments