Skip to content

Commit

Permalink
Merge pull request #279 from lineupjs/sgratzl/delete-typegen
Browse files Browse the repository at this point in the history
delete type definitions for ts 2.7
  • Loading branch information
thinkh committed Apr 3, 2020
2 parents 0d3ab39 + 374a2e3 commit 05034e0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@
"main": "build/LineUpJS.js",
"unpkg": "build/LineUpJS.js",
"module": "src/index.js",
"types": "build/types/2.7/index.d.ts",
"typesVersions": {
">=3.1": {
"build/types/2.7/*": [
"src/*"
]
}
},
"types": "src/index.d.ts",
"sideEffects": [
"*.scss",
"*.css"
Expand Down Expand Up @@ -75,13 +68,12 @@
"dev": "npm run clean && npm run compile:dev && npm run build:dev",
"watch": "webpack --mode development --watch --devtool source-map",
"start": "webpack-dev-server --mode development --devtool source-map",
"types:27": "cd typeGen/ts27 && npm i && npm run compile",
"predist": "npm run build && npm run types:27",
"predist": "npm run build",
"dist": "mkdirp dist && cross-zip ./build ./dist/lineupjs.zip",
"postdist": "npm run docs && cross-zip ./build/docs ../dist/lineupjs_docs.zip",
"preversion": "npm test",
"prepare": "echo 'dummy prepare since prepack has no dev dependencies'",
"prepack": "npm run clean && npm run compile && npm run build:prod && npm run types:27",
"prepack": "npm run clean && npm run compile && npm run build:prod",
"release:major": "release-it major",
"release:minor": "release-it minor",
"release:patch": "release-it patch",
Expand Down
12 changes: 0 additions & 12 deletions typeGen/ts27/package-lock.json

This file was deleted.

8 changes: 0 additions & 8 deletions typeGen/ts27/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions typeGen/ts27/tsconfig.json

This file was deleted.

0 comments on commit 05034e0

Please sign in to comment.