Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4e541b7986 | |||
b6cfc24613 |
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import 'typings-global'
|
||||
import * as tap from 'tap'
|
||||
let tap = require('tap')
|
||||
import { expect } from 'smartchai'
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user