Compare commits

...

2 Commits

Author SHA1 Message Date
4e541b7986 1.0.5 2017-03-26 12:54:21 +02:00
b6cfc24613 remove typings for tap 2017-03-26 12:54:16 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tapbundle",
"version": "1.0.4",
"version": "1.0.5",
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@ -1,5 +1,5 @@
import 'typings-global'
import * as tap from 'tap'
let tap = require('tap')
import { expect } from 'smartchai'
export {