@turf/clone 4.7.1 → 4.7.3

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.
Files changed (2) hide show
  1. package/README.md +0 -10
  2. package/package.json +4 -5
package/README.md CHANGED
@@ -19,16 +19,6 @@ var lineCloned = turf.clone(line);
19
19
 
20
20
  Returns **[GeoJSON](http://geojson.org/geojson-spec.html#geojson-objects)** cloned GeoJSON Object
21
21
 
22
- # cloneProperties
23
-
24
- Clone Properties
25
-
26
- **Parameters**
27
-
28
- - `properties` **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** GeoJSON Properties
29
-
30
- Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** cloned Properties
31
-
32
22
  <!-- This file is automatically generated. Please don't edit it directly:
33
23
  if you find an error, edit the source file (likely index.js), and re-run
34
24
  ./scripts/generate-readmes in the turf project. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turf/clone",
3
- "version": "4.7.1",
3
+ "version": "4.7.3",
4
4
  "description": "turf clone module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -30,10 +30,9 @@
30
30
  },
31
31
  "homepage": "https://github.com/Turfjs/turf",
32
32
  "devDependencies": {
33
- "@turf/helpers": "4.7.1",
34
- "@turf/meta": "4.7.1",
33
+ "@turf/helpers": "^4.7.3",
34
+ "@turf/meta": "^4.7.3",
35
35
  "benchmark": "2.1.4",
36
36
  "tape": "4.7.0"
37
- },
38
- "dependencies": {}
37
+ }
39
38
  }