@valo/extensibility
Advanced tools
Comparing version 0.0.1-alpha-3 to 0.0.1-alpha-4
@@ -12,2 +12,3 @@ "use strict"; | ||
function ExtensibilityService() { | ||
this.extPoints = []; | ||
this.unbindedExtPoints = []; | ||
@@ -14,0 +15,0 @@ } |
{ | ||
"name": "@valo/extensibility", | ||
"version": "0.0.1-alpha-3", | ||
"version": "0.0.1-alpha-4", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"publish:next": "npm publish --tag=next --access=public", | ||
"publish:next": "npm run tsc && npm publish --tag=next --access=public", | ||
"tsc": "rm -rf lib && tsc" | ||
@@ -9,0 +9,0 @@ }, |
Sorry, the diff of this file is not supported yet
10683
203