Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple package.json #5

Open
anonrig opened this issue Sep 29, 2015 · 0 comments
Open

Multiple package.json #5

anonrig opened this issue Sep 29, 2015 · 0 comments

Comments

@anonrig
Copy link

anonrig commented Sep 29, 2015

When given multiple package.json's to grunt-semver config, it copies first package.json file to second one.

example code to reproduce:

semver: {
            options: {
                // Task-specific options go here.
                space: '  '
            },
            'app': {
                // Target-specific file lists and/or options go here.
                files: [{
                    src: 'package.json',
                    dest: 'package.json'
                }, {
                    src: 'bower.json',
                    dest: 'bower.json'
                }, {
                    src: 'src/package.json',
                    dest: 'src/package.json'
                }]
            },
        },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant