Compare commits

...

2 Commits

Author SHA1 Message Date
e2d12f8c9c 2.0.2 2018-01-12 01:36:12 +01:00
cfcd9ab386 fix(CI): npmts now installing correctly during CI 2018-01-12 01:36:08 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"dockerSock": false
},
"npmci": {
"globalNpmTools": [
"npmGlobalTools": [
"npmts"
]
},

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "smartdata",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "smartdata",
"version": "2.0.1",
"version": "2.0.2",
"description": "do more with data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",