Skip to content

Commit

Permalink
Internal scripts will use relative paths to import packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Oct 2, 2018
1 parent 422b14e commit fcb1fae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,6 @@
"minimatch": "^3.0.4"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-env": "^12.0.1",
"chalk": "^2.4.1",
"eslint": "^5.6.0",
"eslint-config-ckeditor5": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog.js
Expand Up @@ -7,7 +7,7 @@

'use strict';

require( '@ckeditor/ckeditor5-dev-env' )
require( '../packages/ckeditor5-dev-env' )
.generateChangelogForSubPackages( {
cwd: process.cwd(),
packages: 'packages'
Expand Down

0 comments on commit fcb1fae

Please sign in to comment.