Skip to content

Commit

Permalink
Merge pull request #15 from Aclify/add-commonjs-wrapper
Browse files Browse the repository at this point in the history
Add commonjs wrapper
  • Loading branch information
rimiti authored Feb 21, 2018
2 parents 3a5c661 + 444b57f commit 6c85484
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"plugins": [
["add-module-exports"],
["transform-es2015-modules-commonjs"],
["transform-flow-strip-types"],
["transform-async-to-generator"],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Dependencies][prod-dependencies-badge]][prod-dependencies]
[![Dependencies][dev-dependencies-badge]][dev-dependencies]
[![Security version][security-version-badge]][security-version]
[![Code Climate score][codeclimate-score-badge]][codeclimate-score]
[![Coveralls][coverage-badge]][coverage]
[![Code Climate coverage][codeclimate-issues-badge]][codeclimate-issues]
Expand Down
8 changes: 7 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aclify",
"version": "1.0.0",
"version": "1.1.0",
"description": "Node Access Control List (ACL)",
"license": "MIT",
"main": "dist/src/index.js",
Expand Down Expand Up @@ -65,6 +65,7 @@
"babel-core": "~6.26.0",
"babel-eslint": "~8.2.2",
"babel-jest": "~22.4.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "~6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "~6.26.0",
"babel-plugin-transform-flow-strip-types": "~6.22.0",
Expand Down

0 comments on commit 6c85484

Please sign in to comment.