Skip to content

Commit a3b749c

Browse files
author
Daniel de la Cruz
committed
changed name to react-feature-toggle
1 parent aa44e90 commit a3b749c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib
2+
dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-toggle
1+
# react-feature-toggle
22

33
## Introduction
44
React Toggles is a proof of concept of a Higher Order Component to implement feature toggles.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-toggle",
2+
"name": "react-feature-toggle",
33
"version": "0.1.0",
44
"main": "dist/",
55
"scripts": {
@@ -39,7 +39,7 @@
3939
"react": "0.14"
4040
},
4141
"devDependencies": {
42-
"@schibstedspain/frontend-pre-commit-rules": "6.6.2",
42+
"@schibstedspain/frontend-pre-commit-rules": "6.6.3",
4343
"@schibstedspain/theme-basic": "3.0.1",
4444
"babel": "6.5.2",
4545
"babel-cli": "6.6.5",

0 commit comments

Comments
 (0)