Skip to content

Conversation

alalamav
Copy link
Contributor

  • Removes import logic for detecting browser and node environments by using ES6 imports.
    • Drops support for browser imports; users must browserify node_modules dependencies.
  • Migrates from base-64 to js-base64, which is actively maintained.
  • Removes deprecated bower.json
  • Fixes the version string in package.json (current release is v0.0.9).
  • Updates yarn to the latest version on CI.

@alalamav alalamav self-assigned this Sep 28, 2020
}
/* tslint:enable */
var punycode = require('punycode');
var js_base64_1 = require('js-base64');

Choose a reason for hiding this comment

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

Why are we naming it this way?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the result of compiling src/shadowsocks_config.ts. We should support npm package releases so we can remove build/ from version control.

@alalamav alalamav merged commit acdbe03 into master Oct 1, 2020
@alalamav alalamav deleted the alalama-updates branch October 1, 2020 01: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.

3 participants