1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-23 21:23:31 -04:00 committed by Joost De Cock
parent 3636f304e4
commit ff0827eaf4
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict'
require('util.promisify/shim')()

View file

@ -1,6 +1,6 @@
{
"name": "create-react-library",
"version": "2.2.1",
"version": "2.2.2",
"description": "CLI for easily bootstrapping modern react libraries",
"repository": "transitive-bullshit/create-react-library",
"author": "Travis Fischer <travis@automagical.ai>",