Comparing version 0.4.0 to 0.4.1
# Disklet | ||
## 0.4.1 (2019-03-28) | ||
- Add `disklet.podspec` file for iOS React Native. | ||
- Simplify `build.gradle` file for Android React Native. | ||
## 0.4.0 (2019-03-21) | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "disklet", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A tiny, composable filesystem API", | ||
"homepage": "https://github.com/EdgeApp/disklet", | ||
"repository": { | ||
@@ -19,4 +20,5 @@ "type": "git", | ||
"CHANGELOG.md", | ||
"ios/*.h", | ||
"ios/*.m", | ||
"disklet.podspec", | ||
"ios/Disklet.h", | ||
"ios/Disklet.m", | ||
"ios/Disklet.xcodeproj", | ||
@@ -35,6 +37,6 @@ "ios/Disklet.xcworkspace", | ||
"build": "rimraf lib && rollup -c", | ||
"precommit": "lint-staged && flow && npm test", | ||
"flow": "flow", | ||
"format": "import-sort -l --write '*.js' 'src/**/*.js' 'test/**/*.js'; prettier-eslint --write '*.js' 'src/**/*.js' 'test/**/*.js'", | ||
"lint": "eslint '*.js' 'src/**/*.js' 'test/**/*.js'", | ||
"precommit": "lint-staged && flow && npm test", | ||
"prepare": "npm run build", | ||
@@ -44,2 +46,9 @@ "pretest": "rollup -c test/rollup.config.js", | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint", | ||
"import-sort --list-different", | ||
"prettier-eslint --list-different" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -85,10 +94,3 @@ "rfc4648": "^0.9.1" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint", | ||
"import-sort --list-different", | ||
"prettier-eslint --list-different" | ||
] | ||
}, | ||
"react-native": "lib/disklet.rn.js" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
43
1
382477