Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit 2066bff

Browse files
Jason AbbottJason Abbott
Jason Abbott
authored and
Jason Abbott
committedJan 30, 2019
publish PR to improve REAADME
1 parent d0a347f commit 2066bff

File tree

4 files changed

+1705
-1457
lines changed

4 files changed

+1705
-1457
lines changed
 

‎.vscode/tasks.json

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"group": "none",
1010
"problemMatcher": []
1111
},
12+
{
13+
"label": "Login",
14+
"command": "vsce",
15+
"dependsOn": "Build",
16+
"args": ["login", "toba"],
17+
"group": "none",
18+
"problemMatcher": []
19+
},
1220
{
1321
"label": "Package",
1422
"command": "vsce",

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.4.1
2+
- Merge PR from [mogelbuster](https://github.com/mogelbuster) to clarify the need for file names to end with `.rule` or `.rules`. Thank you mogelbuster!
3+
14
# 1.4.0
25
- Merge PR from [Sam Stern](https://github.com/samtstern) to update the [index specification](https://github.com/firebase/firebase-tools/blob/master/src/firestore/indexes-spec.ts). Thank you Sam!
36
- Merge PR from [Konrad Linkowski](https://github.com/KonradLinkowski) to correct grammar note. Thank you Konrad!

‎package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "vsfire",
33
"displayName": "Firebase",
44
"description": "Firestore Security Rules syntax highlighting",
5-
"version": "1.4.0",
6-
"publisher": "Toba",
5+
"version": "1.4.1",
6+
"publisher": "toba",
77
"keywords": [
88
"firebase",
99
"firestore",
@@ -65,9 +65,8 @@
6565
"@toba/develop": "^4.4.2",
6666
"@toba/test": "^3.4.1",
6767
"@types/node": "^10.0.0",
68-
"ts-node": "^8.0.0"
69-
},
70-
"dependencies": {
68+
"ts-node": "^8.0.0",
7169
"vscode": "^1.1.28"
72-
}
70+
},
71+
"dependencies": {}
7372
}

‎yarn.lock

+1,689-1,451
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
This repository has been archived.