forked from orbit-oss/chalk
improve package.json
This commit is contained in:
parent
d2a1052042
commit
d30fd3c3bd
2 changed files with 18 additions and 23 deletions
2
test.js
2
test.js
|
|
@ -1,7 +1,7 @@
|
|||
/*global describe, it */
|
||||
'use strict';
|
||||
var assert = require('assert');
|
||||
var chalk = require('./chalk');
|
||||
var chalk = require('./index');
|
||||
|
||||
describe('chalk', function () {
|
||||
it('should style string', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue