@awesomeness-js/utils 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,7 +57,7 @@ Webpack is a great bundler, but it’s not suited for building a structured expo
57
57
  To run it:
58
58
 
59
59
  ```js
60
- import build from '@awesomeness-js/utils/build.js';
60
+ import { build } from '@awesomeness-js/utils';
61
61
 
62
62
  await build();
63
63
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awesomeness-js/utils",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Awesomeness - Utils",
5
5
  "repository": {
6
6
  "type": "git",