Skip to content

Commit

Permalink
MIT license (bluesky-social#241)
Browse files Browse the repository at this point in the history
mit license errything
  • Loading branch information
dholms authored Oct 17, 2022
1 parent 83691da commit 60a537a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/auth",
"version": "0.0.3",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest",
"prettier": "prettier --check src/",
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/cli",
"version": "0.0.1",
"main": "dist/bin.js",
"license": "MIT",
"scripts": {
"cli": "node dist/bin.js",
"build": "node ./build.js",
Expand Down
1 change: 1 addition & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/common",
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest",
"prettier": "prettier --check src/",
Expand Down
1 change: 1 addition & 0 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/crypto",
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest ",
"prettier": "prettier --check src/",
Expand Down
1 change: 1 addition & 0 deletions packages/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/dev-env",
"version": "0.0.1",
"main": "dist/cli.js",
"license": "MIT",
"scripts": {
"build": "node ./build.js",
"postbuild" : "tsc --build tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions packages/did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/did-resolver",
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest",
"test:log": "cat test.log | pino-pretty",
Expand Down
1 change: 1 addition & 0 deletions packages/plc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/plc",
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"start": "node dist/bin.js",
"test": "jest",
Expand Down
1 change: 1 addition & 0 deletions packages/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@adxp/repo",
"version": "0.0.1",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest",
"test:profile": "node --inspect ../../node_modules/.bin/jest",
Expand Down

0 comments on commit 60a537a

Please sign in to comment.