Skip to content

Commit d93aed7

Browse files
committed
fix: package name in npm
it was accidentally published as `ng-xslt` instead of `angular-xslt`
1 parent a886214 commit d93aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ng-xslt",
2+
"name": "angular-xslt",
33
"version": "0.1.0",
44
"description": "Angular filter that transforms XML using provided XSLT",
55
"main": "./dist/ng-xslt.js",

0 commit comments

Comments
 (0)