Skip to content

Commit 120b2cf

Browse files
committed
kotlin disappeared from package dependency :(
1 parent 98f2e39 commit 120b2cf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "oregondsp",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Port of OregonDSP library from java to javascript via kotlin.",
55
"main": "./lib/oregondsp.js",
6-
"dependencies": {},
6+
"dependencies": {
7+
"kotlin": "^1.3.40"
8+
},
79
"scripts": {
810
"test": "echo \"Error: no test specified\" && exit 1",
911
"compile": "gradle build",

0 commit comments

Comments
 (0)