Max

Results 387 comments of Max

poke @substack since you doesn't seems to watch your own repo :)

You will have to: - deprecate ignore-style on npm via `$ npm deprecate ignore-style@"< 4.0.0" "ignore-style is now ignore-require"` (use the latest version) - rename repo on github - rename...

Looks like a bug that could be prevented... Maybe some data source have a different format that what we expect. Mind taking a look for a PR @mantou132 ?

@Nyalab it seems here https://github.com/Nyalab/caniuse-api/blob/ca59a968f4f96963c8a60cfd188f0d885b8320fa/src/index.js#L52 data are not verified (and can be undefined). This tests approve this https://github.com/Nyalab/caniuse-api/blob/ca59a968f4f96963c8a60cfd188f0d885b8320fa/test/index.js#L60 But `caniuse.isSupported('transform-box', 'ie 10') ` does not looks like a silly thing....

Sorry but ^6.* will get you latest version of autoprefixer. Uninstalling cssnext and reinstalling it will not make this bug a thing.

Oh shit, travis didn't update the link. Let me take a look so I can find the build

Well to reproduce, juste use an incorrect repo url like `repo=https://[email protected]/WRONG/PROJECT.git`. When the git failure come, you will get a failure message with the repo url exposed :(

So here is an output ``` > [email protected] _deploy /home/travis/build/putaindecode/putaindecode.fr > GH_OWNER=putaindecode GH_PROJECT_NAME=putaindecode.fr ./scripts/deploy-to-gh-pages.sh -v +set +o verbose +git diff --exit-code --quiet --cached ++git log -n 1 --format=%s HEAD +commit_title='Break...

Awesome ! Take your time :)