Skip to content

Commit

Permalink
Include README in package
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayihu committed Jul 3, 2022
1 parent 50e9239 commit d1a6b86
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 7 deletions.
91 changes: 91 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve --configuration development",
"build": "ng build --base-href /ng-animate/",
"build-lib": "ng build ng-animate",
"build-lib": "ng build ng-animate && shx cp *.md dist/ng-animate/",
"packagr": "ng-packagr -p projects/ng-animate/ng-package.json",
"deploy": "gh-pages -d dist/demo",
"test": "ng test",
Expand All @@ -31,8 +31,8 @@
"@angular-eslint/builder": "^14.0.0-alpha.3",
"@angular-eslint/eslint-plugin": "^14.0.0-alpha.3",
"@angular-eslint/eslint-plugin-template": "^14.0.0-alpha.3",
"@angular-eslint/template-parser": "^14.0.0-alpha.3",
"@angular-eslint/schematics": "^14.0.0-alpha.3",
"@angular-eslint/template-parser": "^14.0.0-alpha.3",
"@angular/cli": "^14.0.2",
"@angular/compiler-cli": "^14.0.2",
"@types/jasmine": "~4.0.0",
Expand All @@ -49,6 +49,7 @@
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^14.0.2",
"protractor": "~7.0.0",
"shx": "^0.3.4",
"ts-node": "~8.3.0",
"typescript": "~4.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-animate/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"lib": {
"entryFile": "src/public-api.ts"
}
}
}
8 changes: 4 additions & 4 deletions projects/ng-animate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-animate",
"version": "14.0.0",
"version": "2.0.1",
"description": "A library of cool, reusable and flexible animations for Angular",
"repository": {
"type": "git",
Expand All @@ -17,9 +17,9 @@
},
"homepage": "https://github.com/jiayihu/ng-animate#readme",
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0",
"@angular/animations": ">=14.0.0"
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"@angular/animations": ">=12.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit d1a6b86

Please sign in to comment.