Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
Updated dependencies and included '.map' files in the NPM package.
  • Loading branch information
thomas-darling committed Jan 10, 2019
1 parent 5216767 commit 0ca0c92
Show file tree
Hide file tree
Showing 7 changed files with 2,078 additions and 5,265 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Ignore source files

/src/
*.map

## Ignore example files

Expand All @@ -14,4 +13,5 @@
.gitattributes
.gitignore
.npmignore
tsconfig.json
tsconfig.json
tslint.json
2 changes: 1 addition & 1 deletion example/artifacts/bundle.en-GB.js

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

2 changes: 1 addition & 1 deletion example/artifacts/bundle.en-US.js

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

4 changes: 4 additions & 0 deletions example/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Note that the following commands could also be added as scripts in `package.json`, which would make them more discoverable.

> ##### Note
> This assumes you already installed the dependencies for this repository, and have the Webpack installed globally.
If that's not the case, run the commands `npm install` and `npm install -g webpack` in this folder before continuing.

## Export

1. Open a command prompt in this folder.
Expand Down
Loading

0 comments on commit 0ca0c92

Please sign in to comment.