3 Commits
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -76,7 +76,7 @@ Since keymaps overlap with `notational-velocity`, follow the menu *Packages > nv
[1]: http://notational.net/ [1]: http://notational.net/
[2]: http://daringfireball.net/projects/markdown/syntax [2]: http://daringfireball.net/projects/markdown/syntax
[3]: https://travis-ci.org/seongjaelee/notational-velocity.svg?branch=master [3]: https://travis-ci.org/seongjaelee/nvatom.svg?branch=master
[4]: https://travis-ci.org/seongjaelee/notational-velocity [4]: https://travis-ci.org/seongjaelee/nvatom
[5]: https://cloud.githubusercontent.com/assets/948301/7246990/2e2b4c6e-e7b9-11e4-93b0-57954e011e81.gif [5]: https://cloud.githubusercontent.com/assets/948301/7246990/2e2b4c6e-e7b9-11e4-93b0-57954e011e81.gif
[6]: https://github.com/seongjaelee/notational-velocity/issues/25 [6]: https://github.com/seongjaelee/nvatom/issues/25
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "nvatom", "name": "nvatom",
"main": "./lib/notational-velocity", "main": "./lib/notational-velocity",
"version": "0.5.1", "version": "0.6.0",
"private": true, "private": true,
"contributors": [ "contributors": [
"Seongjae Lee <seongjae@gmail.com>", "Seongjae Lee <seongjae@gmail.com>",
@@ -12,15 +12,15 @@
"activationCommands": { "activationCommands": {
"atom-workspace": "nvatom:toggle" "atom-workspace": "nvatom:toggle"
}, },
"repository": "https://github.com/seongjaelee/notational-velocity", "repository": "https://github.com/seongjaelee/nvatom",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"atom": ">0.50.0" "atom": ">0.50.0"
}, },
"bugs": { "bugs": {
"url": "https://github.com/seongjaelee/notational-velocity/issues" "url": "https://github.com/seongjaelee/nvatom/issues"
}, },
"homepage": "https://github.com/seongjaelee/notational-velocity", "homepage": "https://github.com/seongjaelee/nvatom",
"dependencies": { "dependencies": {
"atom-space-pen-views": "^2.0.3", "atom-space-pen-views": "^2.0.3",
"chokidar": "^1.0.5", "chokidar": "^1.0.5",