Skip to content

Commit

Permalink
Merge pull request #5 from Lukasz-pluszczewski/migrateToWebpack4
Browse files Browse the repository at this point in the history
Fixed failed publish, changed version to 1.0.1
  • Loading branch information
Lukasz-pluszczewski committed Dec 7, 2018
2 parents 290673c + 70204ca commit 01f640a
Show file tree
Hide file tree
Showing 7 changed files with 921 additions and 6,415 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
#/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# webstorm
.idea
34 changes: 34 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# dependencies
/node_modules

# testing
/coverage

# docs
/docs

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
/.github
/demo
.esdoc.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Development folders and files
public
src
scripts
config
.travis.yml
CHANGELOG.md
README.md

# webstorm
.idea
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/whatsnew.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.0
#### 1.0.1
* Migrated to Webpack 4 and Babel 7
* Tests rewrote using Jest

Expand Down
Loading

0 comments on commit 01f640a

Please sign in to comment.