Skip to content

Commit

Permalink
Added the bundler Pakket.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclo committed Feb 5, 2020
1 parent d8a0bf4 commit 42b89dd
Show file tree
Hide file tree
Showing 51 changed files with 6,819 additions and 10,605 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -3,7 +3,7 @@
* Set JavaScript language options
*/
"parserOptions": {
"sourceType": "script",
"sourceType": "module",
},
/**
* Set Environnement
Expand Down
Empty file added .npmignore
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
### HEAD

### 0.0.4 (February 5, 2020)

* Added the bundler Pakket,
* ...,


### 0.0.3 (December 30, 2019)

* Added a private reference to the library and updated the dependencies,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2020 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _dist/LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)
Copyright (c) 2020 Mobilabs <contact@mobilabs.fr> (http://www.mobilabs.fr)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
30 changes: 0 additions & 30 deletions _dist/examples/count.html

This file was deleted.

36 changes: 0 additions & 36 deletions _dist/examples/rotate.html

This file was deleted.

36 changes: 0 additions & 36 deletions _dist/examples/scale.html

This file was deleted.

33 changes: 0 additions & 33 deletions _dist/examples/translate.html

This file was deleted.

0 comments on commit 42b89dd

Please sign in to comment.