Compare commits

...

2 Commits

Author SHA1 Message Date
e7ec765ed5 3.0.50 2018-05-27 15:43:50 +02:00
2f46197864 fix(structure): removed .npmignore 2018-05-27 15:43:50 +02:00
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ coverage/
public/
config.json
.yarn/
.npmci_cache

View File

@@ -1,3 +0,0 @@
node_modules/
test/
.yarn/

View File

@@ -1,6 +1,6 @@
{
"name": "@shipzone/npmci",
"version": "3.0.49",
"version": "3.0.50",
"description": "node and docker in gitlab ci on steroids",
"main": "dist/index.js",
"typings": "dist/index.d.ts",