Compare commits

...

4 Commits

Author SHA1 Message Date
6e5a7529b0 1.0.3 2017-03-04 10:06:46 +01:00
bf2e8fd5c6 fix 2017-03-04 10:06:43 +01:00
eaee03e33f 1.0.2 2017-03-04 09:20:26 +01:00
a464f6d81c add npmextra.json 2017-03-04 09:20:23 +01:00
2 changed files with 9 additions and 2 deletions

7
npmextra.json Normal file
View File

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

View File

@ -1,9 +1,9 @@
{
"name": "tapbundle",
"version": "1.0.1",
"version": "1.0.3",
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
"typings": "dsit/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},