@repokit/core 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,7 @@ CWD=$(pwd)
4
4
  MODULE_DIRECTORY="node_modules"
5
5
 
6
6
  if [[ "$CWD" != *"$MODULE_DIRECTORY"* ]]; then
7
+ yarn symlink;
7
8
  exit 0;
8
9
  fi
9
10
 
@@ -74,7 +74,7 @@ impl ExternalCommands {
74
74
  let reader: BufReader<File> = BufReader::new(file);
75
75
  for line_result in reader.lines() {
76
76
  let line: String = line_result.expect("line");
77
- if line.ends_with("\"@repokit/core\";") {
77
+ if line.ends_with("\"@repokit/core\";") || line.ends_with("'@repokit/core';") {
78
78
  return true;
79
79
  }
80
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repokit/core",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "A knowledgebase for your repository - wrapped in a CLI",
5
5
  "keywords": [
6
6
  "cli",