Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Add building and releasing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Oct 13, 2017
1 parent b2ca4c1 commit f9272c0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .dlvr
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

{
"dotenv": ".env",
"logfilter": ".*#",
"remote": "origin",
"npmpublish": false,
"githost": {
"provider": "github",
"repo": "kununu/vscode-time-machine",
"release": {
"draft": true
}
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.vscode-test/
.vsix
.env
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-time-machine",
"displayName": "vscode-time-machine",
"description": "",
"version": "0.0.1",
"version": "0.0.0",
"publisher": "kununu",
"engines": {
"vscode": "^1.17.0"
Expand All @@ -23,6 +23,8 @@
]
},
"scripts": {
"release:status": "dlvr status",
"release": "dlvr release auto",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},
Expand All @@ -31,6 +33,8 @@
"moment": "2.19.0"
},
"devDependencies": {
"dlvr": "3.0.3",
"vsce": "1.31.1",
"typescript": "^2.5.2",
"vscode": "^1.1.5",
"mocha": "^3.5.0",
Expand Down

0 comments on commit f9272c0

Please sign in to comment.