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 aa44e90 commit a3b749cCopy full SHA for a3b749c
.eslintignore
@@ -0,0 +1,2 @@
1
+lib
2
+dist
README.md
@@ -1,4 +1,4 @@
-# react-toggle
+# react-feature-toggle
3
## Introduction
4
React Toggles is a proof of concept of a Higher Order Component to implement feature toggles.
package.json
@@ -1,5 +1,5 @@
{
- "name": "react-toggle",
+ "name": "react-feature-toggle",
"version": "0.1.0",
"main": "dist/",
5
"scripts": {
@@ -39,7 +39,7 @@
39
"react": "0.14"
40
},
41
"devDependencies": {
42
- "@schibstedspain/frontend-pre-commit-rules": "6.6.2",
+ "@schibstedspain/frontend-pre-commit-rules": "6.6.3",
43
"@schibstedspain/theme-basic": "3.0.1",
44
"babel": "6.5.2",
45
"babel-cli": "6.6.5",
0 commit comments