Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanwins committed Jun 29, 2018
1 parent 17002cc commit a17576e
Show file tree
Hide file tree
Showing 2,467 changed files with 1,119 additions and 32,060 deletions.
9 changes: 0 additions & 9 deletions lerna.json

This file was deleted.

30 changes: 21 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
{
"private": true,
"workspaces": [
"packages/*"
"name": "turf",
"version": "7.0.0",
"description": "A JavaScript library for performing geospatial operations with GeoJSON",
"main": "turf",
"module": "turf.mjs",
"browser": "turf.min.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.mjs",
"index.d.ts",
"turf.js",
"turf.mjs",
"turf.min.js"
],
"scripts": {
"prelint": "tsc",
"lint": "echo 'eslint will be moved to TSLint'",
"postlint": "documentation lint packages/turf-*/index.js",
"pretest": "lerna bootstrap --use-workspaces && npm run lint",
"test": "lerna run test --use-workspaces",
"docs": "node ./scripts/generate-readmes",
"benchmark-module": "node -r esm scripts/benchmarkModule.js",
"lint": "eslint src/*/index.js",
"test": "tape src/*/test.js",
"test-module": "node -r esm scripts/testModule.js",
"postinstall": "opencollective postinstall"
},
"devDependencies": {
"@types/geojson": "*",
"@types/node": "*",
"benchmark": "^2.1.4",
"camelcase": "*",
"d3-queue": "*",
"decamelize": "*",
"documentation": "*",
"eslint": "*",
"eslint-config-mourner": "*",
"esm": "^3.0.55",
"fs-extra": "*",
"lerna": "2.8.0",
"load-json-file": "*",
Expand All @@ -30,6 +41,7 @@
"rollup-plugin-typescript": "*",
"tape": "*",
"typescript": "*",
"write-json-file": "*",
"yamljs": "*"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/turf-along/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions packages/turf-along/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions packages/turf-along/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions packages/turf-along/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/turf-along/tslint.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/turf-angle/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions packages/turf-angle/LICENSE

This file was deleted.

64 changes: 0 additions & 64 deletions packages/turf-angle/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions packages/turf-angle/package.json

This file was deleted.

14 changes: 0 additions & 14 deletions packages/turf-angle/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/turf-angle/tslint.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/turf-area/.gitignore

This file was deleted.

Loading

0 comments on commit a17576e

Please sign in to comment.