We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2cae0 commit 2fd4be7Copy full SHA for 2fd4be7
.circleci/config.yml
@@ -54,7 +54,7 @@ jobs:
54
55
Semantic Release:
56
docker:
57
- - image: circleci/node:8
+ - image: circleci/node:12
58
steps:
59
- checkout
60
- restore-cache: *restore-cache
package.json
@@ -163,5 +163,6 @@
163
"@semantic-release/npm"
164
]
165
},
166
- "typings": "typings/index.d.ts"
+ "typings": "typings/index.d.ts",
167
+ "sideEffects": false
168
}
0 commit comments