Codebase list node-d3-chord / upstream/1.0.6+git20191124.eae664a d3-chord.sublime-project
upstream/1.0.6+git20191124.eae664a

Tree @upstream/1.0.6+git20191124.eae664a (Download .tar.gz)

d3-chord.sublime-project @upstream/1.0.6+git20191124.eae664a

61695a9
 
 
 
8711828
 
 
 
 
 
 
 
 
 
61695a9
 
 
{
  "folders": [
    {
      "path": ".",
      "file_exclude_patterns": ["*.sublime-workspace"],
      "folder_exclude_patterns": ["dist"]
    }
  ],
  "build_systems": [
    {
      "name": "yarn test",
      "cmd": ["yarn", "test"],
      "file_regex": "\\((...*?):([0-9]*):([0-9]*)\\)",
      "working_dir": "$project_path"
    }
  ]
}