Skip to content

Commit a7bb3e6

Browse files
committed
Include license and readme into new version 0.0.2
1 parent 4188e74 commit a7bb3e6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/basics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
workdir: basics
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Setup README and LICENSE files
15+
run: cp README.md ${{ env.workdir }}/ && cp LICENSE ${{ env.workdir }}/
1416
- uses: actions/setup-node@v1
1517
with:
1618
node-version: '14.x'

basics/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@jvalue/node-dry-basics",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Reusable libraries for our node projects (NOT containing any dependencies)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"/dist"
9+
],
710
"scripts": {
811
"test": "echo \"Error: no test specified\" && exit 1",
912
"lint": "eslint src --fix",

0 commit comments

Comments
 (0)