Skip to content

Commit

Permalink
Mark packages as public (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jun 4, 2020
1 parent fd7b594 commit ef648a2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 22 deletions.
6 changes: 6 additions & 0 deletions .changeset/brave-students-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'wingman-be': minor
'wingman-fe': minor
---

Initial version
7 changes: 0 additions & 7 deletions be/CHANGELOG.md

This file was deleted.

7 changes: 2 additions & 5 deletions be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,13 @@
"license": "MIT",
"main": "lib/index.ts",
"name": "wingman-be",
"peerDependencies": {
"koa": ">= 2.12 < 3"
},
"private": true,
"scripts": {
"build": "tsc --project tsconfig.build.json",
"format": "eslint --fix . && prettier --write .",
"lint": "eslint . && prettier --check .",
"start": "ts-node-dev --respawn example/src/localServer",
"test": "jest"
},
"version": "0.1.0"
"typings": "lib/index.d.ts",
"version": "0.0.0"
}
7 changes: 0 additions & 7 deletions fe/CHANGELOG.md

This file was deleted.

8 changes: 5 additions & 3 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
"react-dom": "16.13.1",
"sku": "10.3.5"
},
"files": ["lib"],
"files": [
"lib"
],
"license": "MIT",
"main": "lib/components/index.ts",
"name": "wingman-fe",
"peerDependencies": {
"braid-design-system": ">= 28",
"classnames": ">= 2 < 3",
"react": ">= 16 < 17"
},
"private": true,
"scripts": {
"build": "sku build",
"format": "sku format",
Expand All @@ -29,5 +31,5 @@
"start": "sku start",
"test": "sku test"
},
"version": "0.1.0"
"version": "0.0.0"
}

0 comments on commit ef648a2

Please sign in to comment.