Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 4a68378

Browse files
fix(install): Use scoped package in install command (#27)
1 parent 0634196 commit 4a68378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ require('yargs')
132132
}
133133
})
134134
.command('install', 'Install the html-sketchapp Sketch plugin', {}, () => {
135-
const htmlSketchappPath = path.dirname(require.resolve('html-sketchapp/package.json'));
135+
const htmlSketchappPath = path.dirname(require.resolve('@brainly/html-sketchapp/package.json'));
136136
const pluginPath = path.resolve(htmlSketchappPath, 'asketch2sketch.sketchplugin');
137137

138138
const opn = require('opn');

0 commit comments

Comments
 (0)