Skip to content

Commit e0f5c9d

Browse files
authored
Merge pull request #2 from SobakaSlava/ns_release
Version 0.1.0
2 parents 15d6434 + 219a606 commit e0f5c9d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ vars/credentials.yml
66
local/drone.env
77
node_modules
88
package-lock.json
9+
.idea

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0 (2018-07-14)
2+
3+
* `deploy-drone` functionality

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "deploy-drone",
3+
"version": "0.1.0",
34
"description": "Deploy Drone CI to enable continuous integration ⚡️ on your product",
45
"author": "Paralect",
56
"license": "MIT",
67
"devDependencies": {
7-
"all-contributors-cli": "5.11.0"
8+
"all-contributors-cli": "6.7.0"
89
},
910
"scripts": {
1011
"add-contributor": "all-contributors add",

0 commit comments

Comments
 (0)