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 7305e3f commit f332d27Copy full SHA for f332d27
.npmignore
@@ -11,4 +11,4 @@ scripts
11
.scss-lint.yml
12
npm-debug.log
13
webpack.config.js
14
-vendors.js
+lib
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-feature-toggle",
3
- "version": "0.2.0",
4
- "main": "dist/",
+ "version": "0.3.0",
+ "main": "lib/",
5
"scripts": {
6
"clean:lib": "rimraf ./lib/*",
7
"clean:dist": "rimraf ./dist/*",
0 commit comments