Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit dfb6845

Browse files
committed
Prepare 0.3.5 release
1 parent a64bca3 commit dfb6845

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "agda-mode",
3-
"main": "./lib/agda-mode",
4-
"version": "0.3.4",
5-
"description": "agda-mode for Atom",
6-
"activationCommands": {
7-
"atom-workspace": [
8-
"agda-mode:load"
9-
]
10-
},
11-
"repository": "https://github.com/banacorn/agda-mode",
12-
"license": "MIT",
13-
"engines": {
14-
"atom": ">0.180.0"
15-
},
16-
"dependencies": {
17-
"atom-space-pen-views": "^2.0.5",
18-
"bluebird": "^2.9.34",
19-
"lisp-to-array": "^0.2.0",
20-
"lodash": "^3.10.0",
21-
"vue": "git+https://[email protected]/yyx990803/vue.git#csp"
22-
}
2+
"name": "agda-mode",
3+
"main": "./lib/agda-mode",
4+
"version": "0.3.5",
5+
"description": "agda-mode for Atom",
6+
"activationCommands": {
7+
"atom-workspace": [
8+
"agda-mode:load"
9+
]
10+
},
11+
"repository": "https://github.com/banacorn/agda-mode",
12+
"license": "MIT",
13+
"engines": {
14+
"atom": ">0.180.0"
15+
},
16+
"dependencies": {
17+
"atom-space-pen-views": "^2.0.5",
18+
"bluebird": "^2.9.34",
19+
"lisp-to-array": "^0.2.0",
20+
"lodash": "^3.10.0",
21+
"vue": "git+https://[email protected]/yyx990803/vue.git#csp"
22+
}
2323
}

0 commit comments

Comments
 (0)