Skip to content

Commit 421bb9d

Browse files
authored
v0.6.1 (#109)
1 parent 354f609 commit 421bb9d

File tree

2 files changed

+13
-40
lines changed

2 files changed

+13
-40
lines changed

package-lock.json

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

package.json

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "omega-edit",
33
"description": "OmegaEdit open source library for building editors that can handle massive files",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"main": "build/Release/omega_edit",
66
"repository": {
77
"url": "https://github.com/scholarsmate/omega-edit",
@@ -13,19 +13,6 @@
1313
"author": "Shane Dell, Davin Shearer, John Wass",
1414
"license": "Apache-2.0",
1515
"dependencies": {
16-
"node-gyp": "^8.4.1",
17-
"yarn": "^1.22.17"
18-
},
19-
"scripts": {
20-
"gyp-build": "yarn run node-gyp build",
21-
"gyp-clean": "yarn run node-gyp clean",
22-
"gyp-configure": "yarn run node-gyp configure",
23-
"gyp-rebuild": "yarn run node-gyp rebuild",
24-
"gyp-install": "yarn run node-gyp install",
25-
"gyp-list": "yarn run node-gyp list",
26-
"gyp-remove": "yarn run node-gyp remove",
27-
"swig-compile": "swig -javascript -node -v -c++ src/bindings/omega_edit.i",
28-
"pre-package": "yarn swig-compile && yarn gyp-configure && yarn gyp-build",
29-
"package": "yarn pre-package && yarn publish"
16+
"node-gyp": "^8.4.1"
3017
}
3118
}

0 commit comments

Comments
 (0)