Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Mar 29, 2018
1 parent e28ef88 commit 54477a7
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 29 deletions.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# vscode workspace configurations
.vscode

# example files (test environment)
example_files

# cache files
utils/cache
utils/cache-*

# binary archives
*.vsix
*.tgz
*.tar

# vscode typing files
vscode.d.ts
vscode.proposed.d.ts
22 changes: 21 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
# vscode workspace configurations
.vscode/**

# example files
example_files/**

# type dependencies
node_modules/@types/**

# cache files
utils/cache
utils/cache-**

# utils
utils/**

# eslint
.eslintrc.json

# binary archives
*.tgz
*.vsix
*.d.ts

images/screenshots.gif
# screenshot image (because link of screenshot in README is under github)
images/screenshots.gif

# vscode typing files
vscode.d.ts
vscode.proposed.d.ts
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nginx-conf-hint",
"displayName": "nginx.conf hint",
"description": "nginx.conf hint and autocompletion",
"version": "0.0.4",
"version": "0.0.5",
"license": "GPL-3.0",
"icon": "images/icon.png",
"galleryBanner": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"devDependencies": {
"chalk": "^2.3.2",
"cheerio": "^0.22.0",
"html-minifier": "^3.5.10",
"request": "^2.83.0",
"html-minifier": "^3.5.12",
"request": "^2.85.0",
"vscode": "^1.1.0"
},
"engines": {
Expand All @@ -54,7 +54,7 @@
"title": "Goto Nginx Document"
}
],
"configuration":[
"configuration": [
{
"title": "Nginx config file hint",
"properties": {
Expand Down

0 comments on commit 54477a7

Please sign in to comment.