Chuck Haines - termleech

Results 7 comments of Chuck Haines - termleech

@isteven you can have an array in bower.json but package.json should be a string per this. This shouldn't break any other package managers.

Bump on this one. I’m seeing the same issue with the latest playwright / storybook. Specifically here is what I’m seeing Install just @playwright/test and you get this error when...

@pepjo the issue is that you will not be able to use playwright now. I apparently missed this before in the playwright release notes for version 1.34.0 ⚠️ Breaking changes...

So circling back to this we found an interesting thing. For some reason we had a playwright folder in our mono repo and for some reason it was trying to...

Add this to the top of your Gruntfile.js ``` var semver = require('semver'); var currentVersion = require('./package.json').version; ```

It looks like the docs are a bit out of date, looking through the code it looks like you should be doing this: ``` bump: { options: { files: [''],...

options.files Type: Array Default value: ['package.json'] Maybe you wanna bump 'component.json' instead? Or maybe both: ['package.json', 'component.json']? Can be either a list of files to bump (an array of files)...