We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7050584 commit 555eba0Copy full SHA for 555eba0
HISTORY.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## 0.3.1
4
+- Removed uncessary "use strict"
5
+- Bump deps
6
+
7
## 0.3.0
8
- Added a way to expose child functions
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-async-script",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "A composition mixin for loading scripts asynchronously for React",
"main": "lib/async-script-loader.js",
"scripts": {
0 commit comments