Fix the incompatible native module test failure

This commit is contained in:
Seongjae Lee
2015-09-08 22:56:57 -07:00
parent 56821bccbc
commit 7ae6d1c211
3 changed files with 1 additions and 10 deletions
+1 -3
View File
@@ -21,13 +21,11 @@
"homepage": "https://github.com/seongjaelee/notational-velocity",
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"chokidar": "^1.0.5",
"docquery": "^1.1.0",
"fs-plus": "2.x",
"underscore-plus": "^1.6.6"
},
"devDependencies": {
"fs-plus": "2.x",
"atom-space-pen-views": "^2.0.3",
"underscore-plus": "^1.6.6"
}
}