Skip to content

Commit

Permalink
chore: upgrade projen (#9)
Browse files Browse the repository at this point in the history
* chore: upgrade projen

* chore: self mutation

Co-authored-by: cdk8s-automation <[email protected]>
Co-authored-by: Automation <[email protected]>
  • Loading branch information
3 people authored May 13, 2021
1 parent 3a2cefe commit 5b4a87d
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 495 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"name": "projen",
"version": "^0.17.84",
"version": "^0.17.85",
"type": "build"
},
{
Expand Down
3 changes: 3 additions & 0 deletions .projen/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
{
"exec": "git -c \"versionsort.suffix=-\" tag --sort=\"-version:refname\" --list \"v*\" | head -n1 > .version.tmp.json"
},
{
"exec": "if [ \"$(cat .version.tmp.json)\" == \"\" ]; then echo \"v0.1.0\" > .version.tmp.json; fi"
},
{
"exec": "standard-version"
}
Expand Down
6 changes: 3 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const project = new JsiiProject({
projenUpgradeSecret: 'PROJEN_GITHUB_TOKEN',
peerDeps: [
'cdk8s',
'constructs'
'constructs',
],
publishToPypi: {
distName: 'cdk8s-redis',
module: 'cdk8s_redis'
}
module: 'cdk8s_redis',
},
});

project.synth();
43 changes: 43 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# API Reference

**Classes**

Name|Description
----|-----------
[Hello](#cdk8s-redis-hello)|*No description*



## class Hello 🔹 <a id="cdk8s-redis-hello"></a>




### Initializer




```ts
new Hello()
```



### Methods


#### sayHello()🔹 <a id="cdk8s-redis-hello-sayhello"></a>



```ts
sayHello(): string
```


__Returns__:
* <code>string</code>



234 changes: 0 additions & 234 deletions lib/__snapshots__/redis.test.js.snap

This file was deleted.

1 change: 0 additions & 1 deletion lib/index.ts

This file was deleted.

57 changes: 0 additions & 57 deletions lib/redis.test.ts

This file was deleted.

Loading

0 comments on commit 5b4a87d

Please sign in to comment.