Skip to content

Commit

Permalink
v0.6.1 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate authored Dec 28, 2021
1 parent 354f609 commit 421bb9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 40 deletions.
36 changes: 11 additions & 25 deletions package-lock.json

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

17 changes: 2 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omega-edit",
"description": "OmegaEdit open source library for building editors that can handle massive files",
"version": "0.6.0",
"version": "0.6.1",
"main": "build/Release/omega_edit",
"repository": {
"url": "https://github.com/scholarsmate/omega-edit",
Expand All @@ -13,19 +13,6 @@
"author": "Shane Dell, Davin Shearer, John Wass",
"license": "Apache-2.0",
"dependencies": {
"node-gyp": "^8.4.1",
"yarn": "^1.22.17"
},
"scripts": {
"gyp-build": "yarn run node-gyp build",
"gyp-clean": "yarn run node-gyp clean",
"gyp-configure": "yarn run node-gyp configure",
"gyp-rebuild": "yarn run node-gyp rebuild",
"gyp-install": "yarn run node-gyp install",
"gyp-list": "yarn run node-gyp list",
"gyp-remove": "yarn run node-gyp remove",
"swig-compile": "swig -javascript -node -v -c++ src/bindings/omega_edit.i",
"pre-package": "yarn swig-compile && yarn gyp-configure && yarn gyp-build",
"package": "yarn pre-package && yarn publish"
"node-gyp": "^8.4.1"
}
}

0 comments on commit 421bb9d

Please sign in to comment.