Skip to content

Commit

Permalink
chore: update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Dec 13, 2020
1 parent be168af commit faf12ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { JsiiProject } = require('projen');

const project = new JsiiProject({
name: 'constructs',
description: 'A programming model for composable configuration',
description: 'A programming model for software-defined state',
repository: 'https://github.com/aws/constructs.git',

// author
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Constructs Programming Model

> Define composable configuration models through code
> A programming model for software-defined state
![Release](https://github.com/awslabs/constructs/workflows/Release/badge.svg)
[![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/constructs)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constructs",
"description": "A programming model for composable configuration",
"description": "A programming model for software-defined state",
"repository": {
"type": "git",
"url": "https://github.com/aws/constructs.git"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "10.0.0-pre.3"
"version": "10.0.0-pre.4"
}

0 comments on commit faf12ca

Please sign in to comment.