sugar_path 2.0.1

Sugar functions for manipulating paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "extends": ["config:base", ":preserveSemverRanges"],
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/__tests__/**",
    "**/test/**",
    "**/__fixtures__/**"
  ],
  "packageRules": [
    {
      "automerge": true,
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"]
    }
  ]
}