Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
resolves #30
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Stover - Vendor committed Dec 10, 2018
1 parent 4902227 commit c1e466f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.gitignore
/.npmignore
/.travis.yml
/FAQ.md
/webpack.config.js
/yarn.lock
/yarn-error.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactn",
"version": "0.1.6",
"version": "0.1.7",
"author": "Charles Stover <[email protected]>",
"description": "React, but with built-in global state management.",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
},
output: {
filename: '[name].js',
globalObject: 'typeof self !== \'undefined\' ? self : this',
library: 'reactn',
libraryTarget: 'umd',
path: path.resolve(__dirname, '.'),
Expand Down

0 comments on commit c1e466f

Please sign in to comment.