Skip to content

Commit

Permalink
chore(project): mark as side-effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Apr 1, 2018
1 parent 757f13f commit bb63cfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to [tiny-svg](/~https://github.com/bpmn-io/tiny-svg) are docum

___Note:__ Yet to be released changes appear here._

## 1.1.0

* `CHORE`: mark utils as side-effect free via `sideEffects: false`

## 1.0.0

* `CHORE`: migrate code base to ES6
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"url": "/~https://github.com/nikku"
},
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down

0 comments on commit bb63cfb

Please sign in to comment.