4 Commits
Author SHA1 Message Date
Seongjae Lee 4dd0b518aa Prepare 0.4.2 release 2015-09-11 14:08:59 -07:00
Seongjae Lee bdf384f158 Fix #26 causing DocQuery loading error on case sensitive OS 2015-09-11 14:05:57 -07:00
Seongjae Lee c2db598f17 Prepare 0.4.1 release 2015-09-10 23:56:57 -07:00
Seongjae Lee 1e1aa06e3c Remove debug code 2015-09-10 23:56:17 -07:00
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ path = require 'path'
fs = require 'fs-plus'
_ = require 'underscore-plus'
{$, $$, SelectListView} = require 'atom-space-pen-views'
DocQuery = require 'DocQuery'
DocQuery = require 'docquery'
module.exports =
class NotationalVelocityView extends SelectListView
-3
View File
@@ -95,9 +95,6 @@ module.exports =
atom.notifications.addError('notational-velocity.directory #{prevNoteDirectory} does not exists. Migration process is failed.')
return
alert(prevNoteDirectory)
alert(currNoteDirectory)
if prevNoteDirectory.startsWith(packagesDirectory)
fs.makeTreeSync(currNoteDirectory)
fs.copySync(prevNoteDirectory, currNoteDirectory)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "nvatom",
"main": "./lib/notational-velocity",
"version": "0.4.0",
"version": "0.4.2",
"private": true,
"contributors": [
"Seongjae Lee <seongjae@gmail.com>",