Skip to content

Commit

Permalink
Merge pull request #47 from accordproject/mttrbrts-patch-1
Browse files Browse the repository at this point in the history
Add engines declaration to each template
  • Loading branch information
dselman committed May 25, 2018
2 parents d60f980 + 3481d48 commit aa04c11
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acceptance-of-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This clause allows the receiver of goods to inspect them for a given time period after delivery.",
"author": "clause.io",
"license": "Apache-2.0",
"engines":{
"cicero": "^0.3"
},
"cicero": {
"template": "clause",
"version": "^0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions copyright-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This clause is a copyright license agreement.",
"author": "clause.io",
"license": "Apache-2.0",
"engines":{
"cicero": "^0.3"
},
"cicero": {
"template": "contract",
"version": "^0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions demandforecast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "A sample demandforecast clause.",
"author": "Jerome Simeon, clause.io",
"license": "Apache-2.0",
"engines":{
"cicero": "^0.3"
},
"cicero": {
"template": "clause",
"version": "^0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions fragile-goods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This clause specifies penalties for shocks caused to a fragile package in transport.",
"author": "Matt Roberts, clause.io",
"license": "Apache-2.0",
"engines":{
"cicero": "^0.3"
},
"cicero": {
"template": "clause",
"version": "^0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"scripts": {
"test": "mocha"
},
Expand Down
3 changes: 3 additions & 0 deletions helloworldstate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"scripts": {
"test": "mocha"
},
Expand Down
3 changes: 3 additions & 0 deletions installment-sale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
Expand Down
3 changes: 3 additions & 0 deletions ip-payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
Expand Down
3 changes: 3 additions & 0 deletions latedeliveryandpenalty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
Expand Down
3 changes: 3 additions & 0 deletions perishable-goods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
Expand Down
3 changes: 3 additions & 0 deletions promissory-note/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
Expand Down
3 changes: 3 additions & 0 deletions saft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"scripts": {
"test": "mocha"
},
"engines":{
"cicero": "^0.3"
},
"cicero": {
"template": "contract",
"version": "^0.3.0"
Expand Down
6 changes: 6 additions & 0 deletions servicelevelagreement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"template": "contract",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"engines":{
"cicero": "^0.3"
},
"scripts": {
"test": "mocha"
},
Expand Down
3 changes: 3 additions & 0 deletions volumediscount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"template": "clause",
"version": "^0.3.0"
},
"engines":{
"cicero": "^0.3"
},
"scripts": {
"test": "mocha",
"parse": "cicero parse --template ./ --dsl sample.txt",
Expand Down

0 comments on commit aa04c11

Please sign in to comment.