Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Serrano Hernández authored and Jaime Serrano Hernández committed Apr 11, 2018
1 parent 1082269 commit 2ec4a00
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "react-native-cls",
"version": "0.1.0",
"description": "React Native library to have classes like css.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Waavi/react-native-cls.git"
},
"keywords": [
"react-native",
"class",
"ui",
"style",
"styling",
"css"
],
"author": "Waavi Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Waavi/react-native-cls/issues"
},
"homepage": "https://github.com/Waavi/react-native-cls#readme",
"peerDependencies": {
"react": "^16.0.0-alpha.12",
"react-native": "^0.44.0"
},
"devDependencies": {
"eslint-config-rallycoding": "github:haakandev/ESLint-Rallycoding",
"eslint-import-resolver-reactnative": "^1.0.2",
"eslint-plugin-react-native": "^3.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-native": "^0.55.2"
},
"dependencies": {
"lodash": "^4.17.5"
}
"name": "react-native-cls",
"version": "0.1.1",
"description": "React Native library to have classes like css.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Waavi/react-native-cls.git"
},
"keywords": [
"react-native",
"class",
"ui",
"style",
"styling",
"css"
],
"author": "Waavi Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Waavi/react-native-cls/issues"
},
"homepage": "https://github.com/Waavi/react-native-cls#readme",
"peerDependencies": {
"react": "^16.0.0-alpha.12",
"react-native": "^0.44.0"
},
"devDependencies": {
"eslint-config-rallycoding": "github:haakandev/ESLint-Rallycoding",
"eslint-import-resolver-reactnative": "^1.0.2",
"eslint-plugin-react-native": "^3.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-native": "^0.55.2"
},
"dependencies": {
"lodash": "^4.17.5"
}
}

0 comments on commit 2ec4a00

Please sign in to comment.