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

Sync package version #48

Merged
merged 4 commits into from Aug 30, 2017
Merged

Conversation

@Shwetajain148
Copy link
Contributor

@Shwetajain148 Shwetajain148 commented Aug 25, 2017

I have upgraded the package version to 2.2.1 in package.json file same as the published npm package version so that on deploying it on the CDN, the version will remain in sync in all places.

Ref: https://www.npmjs.com/package/loggly-jslogger

.gitignore Outdated
@@ -1,7 +1,5 @@
/dist

This comment has been minimized.

@Shwetajain148

Shwetajain148 Aug 25, 2017
Author Contributor

dist directory does not exist in our library so removing it.

This comment has been minimized.

@mostlyjason

mostlyjason Aug 25, 2017
Contributor

I think that folder is where the distribution files are usually placed. For example the min in the map files might be generated in when running npm build dist or some similar command. Also, what happened to generating a file for the latest version?

@Shwetajain148 Shwetajain148 force-pushed the Shwetajain148:Sync-package-version branch from 331dc4e to 88ba8ec Aug 30, 2017
},
main: {
files: [{
src: 'src/loggly.tracker.js',
dest: 'src/loggly.tracker-' + packageJson.version + '.min.js'
dest: 'dist/loggly.tracker-' + packageJson.version + '.min.js'
}]
}
}

This comment has been minimized.

@Shwetajain148

Shwetajain148 Aug 30, 2017
Author Contributor

@mostlyjason I have changed the path of min and map file so that they can be created in the /dist folder.

@mostlyjason mostlyjason merged commit babc3f8 into loggly:master Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.