@arclamp/bar
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/arclamp/lerna-tutorial2/compare/v0.3.0...v0.4.0) (2018-04-11) | ||
### Features | ||
* add multiply function ([d091e9a](https://github.com/arclamp/lerna-tutorial2/commit/d091e9a)) | ||
<a name="0.3.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.3.0](https://github.com/arclamp/lerna-tutorial2/compare/v0.2.0...v0.3.0) (2018-04-11) |
@@ -5,2 +5,6 @@ function add (x, y) { | ||
function multiply (x, y) { | ||
return x * y; | ||
} | ||
function subtract (x, y) { | ||
@@ -12,3 +16,4 @@ return x - y; | ||
add: add, | ||
subtract: subtract | ||
subtract: subtract, | ||
multiply: multiply | ||
}; |
{ | ||
"name": "@arclamp/bar", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1118
14
0