BREAKING CHANGE(scope): update scope to @pushrocks

This commit is contained in:
2018-09-05 23:45:36 +02:00
parent 3860266724
commit a0480fe246
10 changed files with 982 additions and 426 deletions

View File

@ -1,8 +1,8 @@
import { tap, expect } from 'tapbundle'
import smartlodash from '../dist/index'
import { tap, expect } from '@pushrocks/tapbundle';
import smartlodash from '../ts/index';
tap.test('should have types in place', async () => {
smartlodash
})
smartlodash;
});
tap.start()
tap.start();