@kccd/expo-http-server 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  s.static_framework = true
17
17
 
18
18
  s.dependency 'ExpoModulesCore'
19
- s.dependency 'Criollo', :git => 'https://github.com/pxgo/criollo.git', :tag => 'v0.0.1'
19
+ s.dependency 'Criollo'
20
20
  s.dependency 'CocoaAsyncSocket'
21
21
 
22
22
  # Swift/Objective-C compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kccd/expo-http-server",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "A simple HTTP server expo module (iOS/Android)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",