Skip to content

Commit

Permalink
Add repository link to package.js. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
adambar committed Dec 3, 2017
1 parent 56b9ccf commit c0b7cd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "cloudform",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript-based imperative way to define AWS CloudFormation templates",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bright/cloudform.git"
},
"scripts": {
"build": "tsc --declaration",
"generate": "tsc generator/generator.ts --lib es2015,es2016.array.include && node generator/generator.js"
Expand Down

0 comments on commit c0b7cd1

Please sign in to comment.