Skip to content

Commit

Permalink
fix: Add token to circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Oct 19, 2019
1 parent efc22fd commit 9c63290
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "typeorm-seeding",
"version": "1.0.0-rc.3",
"version": "0.0.0-development",
"description": "TypeORM seeding",
"main": "dist/typeorm-seeding.js",
"module": "dist/typeorm-seeding.es.js",
Expand Down Expand Up @@ -76,5 +76,9 @@
},
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "https://github.com/w3tecch/typeorm-seeding.git"
}
}

0 comments on commit 9c63290

Please sign in to comment.