Skip to content

Commit

Permalink
feat(rx): upgrade to rx6
Browse files Browse the repository at this point in the history
  • Loading branch information
Netanel Basal committed Jun 6, 2018
1 parent 05410b2 commit 125c3f7
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 167 deletions.
78 changes: 0 additions & 78 deletions dist/es5/take-until-destory.js

This file was deleted.

88 changes: 0 additions & 88 deletions dist/umd/take-until-destory.js

This file was deleted.

44 changes: 44 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "ngx-take-until-destroy",
"version": "3.0.0",
"main": "dist/index.js",
"module": "dist/es5/index.js",
"es2015": "dist/index.js",
"description": "Class decorator that adds takeUntil component destroyed",
"license": "MIT",
"scripts": {
"clearDist": "rm -rf ./dist",
"clear": "npm run clearDist",
"compile": "tsc --p tsconfig.es5.json && tsc --p tsconfig.es2015.json && tsc --p tsconfig.umd.json",
"precompile": "npm run clearDist",
"prepublish": "npm test && clear && npm run compile",
"test": "jest"
},
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"maintainers": [
"Netanel Basal"
],
"repository": {
"url": "https://github.com/NetanelBasal/ngx-take-until-destroy"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/__tests__/.*\\.(ts|js)$"
},
"devDependencies": {
"@types/jest": "^22.0.1",
"jest": "^22.0.5",
"rxjs": "^6.2.0",
"ts-jest": "^22.0.1",
"typescript": "^2.6.1"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@ rsvp@^3.3.3:
version "3.6.2"
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"

rxjs@^6.0.0:
rxjs@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.0.tgz#e024d0e180b72756a83c2aaea8f25423751ba978"
dependencies:
Expand Down

0 comments on commit 125c3f7

Please sign in to comment.