Ref: changed file and folder organization
This commit is contained in:
parent
dcca18224b
commit
d8fafd9e94
49 changed files with 874 additions and 14455 deletions
26
package.json
26
package.json
|
|
@ -1,10 +1,18 @@
|
|||
{
|
||||
"name": "ng2-fittext",
|
||||
"version": "1.2.10",
|
||||
"description": "Ng2 Fittext, an Angular library",
|
||||
"keywords": [],
|
||||
"author": "Lorenzo Iovino",
|
||||
"license": "MIT",
|
||||
"name": "dev",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "./node_modules/.bin/ng",
|
||||
"start": "./node_modules/.bin/ng serve",
|
||||
"build": "./node_modules/.bin/ng build --aot --prod",
|
||||
"test": "./node_modules/.bin/ng test",
|
||||
"lint": "./node_modules/.bin/ng lint",
|
||||
"e2e": "./node_modules/.bin/ng e2e",
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json",
|
||||
"prepublish": "npm run test",
|
||||
"publish": "npm run pack && npm publish dist --access=public"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~9.0.0",
|
||||
"@angular/common": "~9.0.0",
|
||||
|
|
@ -34,13 +42,11 @@
|
|||
"karma-coverage-istanbul-reporter": "~2.1.0",
|
||||
"karma-jasmine": "~2.0.1",
|
||||
"karma-jasmine-html-reporter": "^1.4.2",
|
||||
"ng-packagr": "^9.0.0",
|
||||
"ng-packagr": "^9.0.3",
|
||||
"prettier": "^1.19.1",
|
||||
"protractor": "~5.4.3",
|
||||
"ts-node": "~8.3.0",
|
||||
"tslint": "~5.18.0",
|
||||
"typescript": "~3.7.5"
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/lokenxo/ng2-fittext.git"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue