Fix: Issues #14,#15,#19,#20. Ref: Deleted angular-librarian and added scripts in package.json to manage publishing; Version upgrade
This commit is contained in:
parent
f5b3989236
commit
a4fc14af06
65 changed files with 22464 additions and 1460 deletions
100
package.json
100
package.json
|
|
@ -1,83 +1,49 @@
|
|||
{
|
||||
"name": "ng2-fittext",
|
||||
"version": "1.1.1",
|
||||
"name": "ng-fittext",
|
||||
"version": "1.2.0",
|
||||
"description": "Ng2 Fittext, an Angular library",
|
||||
"main": "./bundles/ng2-fittext.umd.js",
|
||||
"module": "./ng2-fittext.es5.js",
|
||||
"es2015": "./ng2-fittext.js",
|
||||
"typings": "./ng2-fittext.d.ts",
|
||||
"scripts": {
|
||||
"build": "node ./tasks/build",
|
||||
"g": "node ./node_modules/angular-librarian",
|
||||
"lint": "tslint ./src/**/*.ts",
|
||||
"postbuild": "rimraf build",
|
||||
"posttagVersion": "npm run build && npm publish dist",
|
||||
"prebuild": "rimraf dist out-tsc",
|
||||
"start": "webpack-dev-server --open --config ./webpack/webpack.dev.js",
|
||||
"tagVersion": "np --no-publish",
|
||||
"test": "node ./tasks/test"
|
||||
"transpile": "ngc",
|
||||
"build": "npm run transpile",
|
||||
"publish": "npm run build && cp publishPackage.json ./dist/package.json && cd dist && npm publish --access=public"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@angular/common": ">=4.0.0 || <6.0.0",
|
||||
"@angular/compiler": ">=4.0.0 || <6.0.0",
|
||||
"@angular/core": ">=4.0.0 || <6.0.0",
|
||||
"@angular/platform-browser": ">=4.0.0 || <6.0.0",
|
||||
"@angular/platform-browser-dynamic": ">=4.0.0 || <6.0.0",
|
||||
"@angular/common": "^6.0.0",
|
||||
"@angular/core": "^6.0.0",
|
||||
"@angular/platform-browser": "^6.0.0",
|
||||
"@angular/platform-browser-dynamic": "^6.0.0",
|
||||
"core-js": "^2.4.1",
|
||||
"rxjs": "^5.0.1",
|
||||
"zone.js": "0.8.12"
|
||||
"rxjs": "6.0.0",
|
||||
"zone.js": "0.8.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": ">=4.0.0 || <6.0.0",
|
||||
"@types/jasmine": "2.5.38",
|
||||
"@types/node": "^6.0.42",
|
||||
"angular-librarian": "1.0.0-beta.14",
|
||||
"angular2-template-loader": "0.6.0",
|
||||
"awesome-typescript-loader": "^3.0.0",
|
||||
"codelyzer": "~3.0.0",
|
||||
"css-loader": "^0.26.1",
|
||||
"css-to-string-loader": "^0.1.3",
|
||||
"extract-text-webpack-plugin": "^2.1.0",
|
||||
"file-loader": "^0.8.5",
|
||||
"fs-extra": "^2.1.2",
|
||||
"html-webpack-plugin": "^2.19.0",
|
||||
"istanbul-instrumenter-loader": "^1.2.0",
|
||||
"jasmine-core": "2.5.2",
|
||||
"jasmine-spec-reporter": "2.5.0",
|
||||
"karma": "1.2.0",
|
||||
"karma-chrome-launcher": "^2.0.0",
|
||||
"karma-coverage-istanbul-reporter": "^1.3.0",
|
||||
"karma-jasmine": "^1.0.2",
|
||||
"karma-phantomjs-launcher": "^1.0.2",
|
||||
"karma-sourcemap-loader": "^0.3.7",
|
||||
"karma-webpack": "^2.0.0",
|
||||
"node-sass": "^4.1.1",
|
||||
"np": "^2.12.0",
|
||||
"phantomjs-prebuilt": "^2.1.7",
|
||||
"raw-loader": "^0.5.1",
|
||||
"rimraf": "^2.5.3",
|
||||
"rollup": "0.43.0",
|
||||
"rollup-plugin-commonjs": "^8.0.2",
|
||||
"rollup-plugin-node-resolve": "3.0.0",
|
||||
"rollup-plugin-sourcemaps": "0.4.2",
|
||||
"rollup-plugin-uglify": "2.0.1",
|
||||
"sass-loader": "^4.0.1",
|
||||
"script-loader": "^0.7.0",
|
||||
"semver": "5.3.0",
|
||||
"source-map-loader": "^0.1.5",
|
||||
"style-loader": "^0.13.1",
|
||||
"tslint": "^5.0.0",
|
||||
"tslint-loader": "^3.0.0",
|
||||
"typescript": "~2.2.1",
|
||||
"typings": "^0.8.1",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^2.2.0",
|
||||
"webpack-dev-server": "^2.2.0",
|
||||
"webpack-merge": "^0.14.0",
|
||||
"webpack-node-externals": "^1.5.4"
|
||||
"@angular-devkit/build-angular": "~0.6.0",
|
||||
"@angular/cli": "~6.0.0",
|
||||
"@angular/compiler": "^6.1.10",
|
||||
"@angular/compiler-cli": "^6.1.10",
|
||||
"@angular/language-service": "^6.0.0",
|
||||
"@types/jasmine": "~2.8.6",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "~8.9.4",
|
||||
"codelyzer": "~4.2.1",
|
||||
"jasmine-core": "~2.99.1",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
"karma": "~1.7.1",
|
||||
"karma-chrome-launcher": "~2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "~1.4.2",
|
||||
"karma-jasmine": "~1.1.1",
|
||||
"karma-jasmine-html-reporter": "^0.2.2",
|
||||
"protractor": "~5.3.0",
|
||||
"ts-node": "~5.0.1",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "^2.9.2"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/lokenxo/ng2-fittext.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue