2 Commits

Author SHA1 Message Date
887189251b 1.0.2 2017-05-25 15:09:58 +02:00
9d1c882d86 add npmextra.json 2017-05-25 15:09:54 +02:00
2 changed files with 8 additions and 1 deletions

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -1,6 +1,6 @@
{
"name": "smartyaml",
"version": "1.0.1",
"version": "1.0.2",
"description": "handle yaml in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",