Skip to content

Commit

Permalink
kotlin disappeared from package dependency :(
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Jul 2, 2019
1 parent 98f2e39 commit 120b2cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "oregondsp",
"version": "1.2.1",
"version": "1.2.2",
"description": "Port of OregonDSP library from java to javascript via kotlin.",
"main": "./lib/oregondsp.js",
"dependencies": {},
"dependencies": {
"kotlin": "^1.3.40"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gradle build",
Expand Down

0 comments on commit 120b2cf

Please sign in to comment.