Codebase list node-d3-shape / 309d9d2 d3-shape.sublime-project
309d9d2

Tree @309d9d2 (Download .tar.gz)

d3-shape.sublime-project @309d9d2

f82ae92
 
 
 
c276bfd
 
 
 
 
 
 
 
 
 
f82ae92
 
 
{
  "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"
    }
  ]
}