Skip to content

Commit

Permalink
Mark cli as side effect, 4.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Sep 22, 2020
1 parent 1f85a6b commit 77e4bdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "cogs",
"version": "4.7.10",
"version": "4.7.11",
"type": "module",
"author": "Casey Foster <c@sey.me>",
"description": "The fast file transform pipeline.",
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"sideEffects": false,
"sideEffects": [
"src/cli.js"
],
"repository": {
"type": "git",
"url": "https://github.com/caseywebdev/cogs"
Expand Down

0 comments on commit 77e4bdf

Please sign in to comment.