fix paths that I broke when updating codemirror

This commit is contained in:
ansuz
2016-06-23 12:44:11 +02:00
parent 82a9b05d5f
commit b3deb9531d
489 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
process.exit(require("../test/lint").ok ? 0 : 1);