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

chore: generator 7.7.3 update #13

Merged
merged 3 commits into from Aug 21, 2019
Merged

Conversation

brandonocasey
Copy link
Contributor

No description provided.

input: 'src/unpad.js',
output: [{
name: 'pkcs7.unpad',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we minify all files named .min.js now. so we can make the build much faster by using two outputs.

@@ -49,9 +49,11 @@ QUnit.test('works on buffers greater than sixteen bytes', function(assert) {

assert.expect(2);

assert.equal(pkcs7.pad(buffer).length - buffer.length,
assert.equal(
pkcs7.pad(buffer).length - buffer.length,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

liner fixes.

package.json Show resolved Hide resolved
package.json Show resolved Hide resolved
@brandonocasey brandonocasey changed the title chore: generator 7.7.0 update chore: generator 7.7.3 update Aug 21, 2019
@brandonocasey brandonocasey merged commit da31c29 into master Aug 21, 2019
@brandonocasey brandonocasey deleted the chore/generator-update branch August 21, 2019 21:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants