Skip to content

Commit 8881e89

Browse files
Boetzkes, YannickBoetzkes, Yannick
authored andcommitted
v0.0.12
1 parent 58afd94 commit 8881e89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ynnck/angular-schematics",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "repo for angular schematics",
55
"scripts": {
66
"build:dev": "npm run build -- -w",
@@ -16,10 +16,10 @@
1616
"schematics"
1717
],
1818
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/yackinn/angular-schematics.git",
21-
"directory": "dist"
22-
},
19+
"type": "git",
20+
"url": "https://github.com/yackinn/angular-schematics.git",
21+
"directory": "dist"
22+
},
2323
"author": "",
2424
"license": "MIT",
2525
"schematics": "./src/collection.json",
@@ -38,5 +38,5 @@
3838
"np": {
3939
"contents": "dist",
4040
"no-tests": true
41-
}
41+
}
4242
}

0 commit comments

Comments
 (0)