mirror of
https://github.com/wassname/nvatom.git
synced 2026-09-09 11:27:39 +08:00
Use path watcher to monitor note changes. Fix #2
Refactor so that the note/directory parsing is done in separate classes.
This commit is contained in:
+8
-1
@@ -13,6 +13,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-plus": "2.x",
|
||||
"atom-space-pen-views": "^2.0.3"
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
"pathwatcher": "^4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fs-plus": "2.x",
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
"pathwatcher": "^4.2",
|
||||
"temp": "~0.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user