Skip to content

Commit ff8bab8

Browse files
committed
chore: update license and author
1 parent 770dcf1 commit ff8bab8

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"name": "currents-jest-tool",
2+
"name": "currents-reporter",
33
"version": "0.0.0",
44
"description": "",
55
"private": true,
6-
"author": "",
7-
"license": "ISC",
6+
"author": {
7+
"name": "Currents Software Inc",
8+
"email": "hello@currents.dev"
9+
},
10+
"license": "MIT",
811
"workspaces": [
912
"packages/*",
1013
"examples/*"

packages/cmd/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@currents/cmd",
33
"version": "1.6.2",
44
"main": "./dist/index.js",
5-
"author": "Currents Software Inc",
5+
"author": {
6+
"name": "Currents Software Inc",
7+
"email": "hello@currents.dev"
8+
},
69
"license": "MIT",
710
"description": "Currents CLI tools",
811
"scripts": {

packages/jest/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@currents/jest",
33
"version": "1.2.0",
44
"main": "./dist/index.js",
5-
"author": "Currents Software Inc",
5+
"author": {
6+
"name": "Currents Software Inc",
7+
"email": "hello@currents.dev"
8+
},
69
"license": "MIT",
710
"description": "Currents reporter for Jest",
811
"scripts": {

0 commit comments

Comments
 (0)