Skip to content

Commit 655d275

Browse files
Missed dependency add
1 parent f07f19f commit 655d275

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"author": "ZitRo",
1515
"license": "MIT",
1616
"devDependencies": {
17+
"babel-core": "^6.7.2",
1718
"babel-preset-es2015": "^6.6.0",
1819
"babelify": "^7.2.0",
1920
"browserify": "^13.0.0",

source/cache/VisualEditor.Installer.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/// This class installs and removes <!-- @echo package.printableName -->. Once the class is
33
/// compiled, the application will be installed into Caché system. Then open the web-application
44
/// [host]/<!-- @echo config.webApplicationName -->/ (slash at the end is required).
5-
Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (<!-- @echo compileAfter -->) ]
5+
Class VisualEditor.Installer Extends %Projection.AbstractProjection [ CompileAfter = (/* @echo compileAfter */) ]
66
{
77

88
Projection Reference As Installer;

0 commit comments

Comments
 (0)