Skip to content

Commit

Permalink
chore: fix ngd-transformer dependency dot
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jan 30, 2017
1 parent 5621302 commit bb3c75c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/transformer/package.json
@@ -1,6 +1,6 @@
{
"name": "@compodoc/ngd-transformer",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "A set of transformers for @compodoc/ngd",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,7 @@
"license": "MIT",
"dependencies": {
"@compodoc/ngd-core": "2.0.0-alpha.1",
"dot": "^1.1.1",
"fs-extra": "^2.0.0",
"q": "^1.4.1",
"viz.js": "^1.6.0"
Expand Down

0 comments on commit bb3c75c

Please sign in to comment.