Skip to content

Commit 3180c04

Browse files
AdrieanKhisbegodu
authored andcommitted
In fact, build was failing because npm cant handle noname package 😑
1 parent 42e3484 commit 3180c04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "serverless-plugins",
23
"private": true,
34
"scripts": {
45
"postinstall": "lerna bootstrap",
@@ -13,9 +14,6 @@
1314
"test": "npm run eslint && npm run test:unit && npm run test:integration",
1415
"publish": "lerna publish"
1516
},
16-
"engines": {
17-
"npm": "6.4.1"
18-
},
1917
"dependencies": {
2018
"lerna": "^3.13.4",
2119
"serverless": "^1.53.0"

0 commit comments

Comments
 (0)