Skip to content

Commit 7fffead

Browse files
committed
chore: Cleanup package.json
1 parent 67d0303 commit 7fffead

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
{
2-
"name": "@serverless/aws-dynamodb",
3-
"version": "1.0.0",
4-
"main": "./serverless.js",
5-
"publishConfig": {
6-
"access": "public"
7-
},
2+
"name": "@serverless-components/aws-dynamodb",
3+
"private": true,
4+
"author": "Serverless, Inc.",
5+
"license": "Apache",
86
"scripts": {
97
"test": "jest ./tests/integration.test.js --testEnvironment node",
108
"lint": "eslint . --fix --cache"
119
},
12-
"author": "Serverless, Inc.",
13-
"license": "Apache",
14-
"dependencies": {},
1510
"devDependencies": {
1611
"@serverless/platform-client": "^0.24.0",
1712
"aws-sdk": "^2.640.0",

src/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
{
2-
"name": "@serverless/aws-dynamodb-src",
3-
"version": "3.1.0",
42
"main": "./serverless.js",
5-
"publishConfig": {
6-
"access": "public"
7-
},
8-
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1",
10-
"lint": "eslint . --fix --cache"
11-
},
123
"author": "Serverless, Inc.",
134
"license": "Apache",
145
"dependencies": {
156
"ramda": "^0.26.0"
16-
},
17-
"devDependencies": {}
7+
}
188
}

0 commit comments

Comments
 (0)