We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1121de4 commit c218eecCopy full SHA for c218eec
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-annotate-loader",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "Webpack loader that runs ng-annotate on your bundles",
5
"main": "loader.js",
6
"scripts": {
@@ -24,7 +24,7 @@
24
"homepage": "https://github.com/huston007/ng-annotate-loader",
25
"dependencies": {
26
"ng-annotate": "^0.15.4",
27
- "source-map": "^0.4.2",
+ "source-map": "0.4.2",
28
"loader-utils": "^0.2.6"
29
},
30
"devDependencies": {
0 commit comments