Skip to content

Commit d1a6b86

Browse files
committed
Include README in package
1 parent 50e9239 commit d1a6b86

File tree

4 files changed

+99
-7
lines changed

4 files changed

+99
-7
lines changed

package-lock.json

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve --configuration development",
77
"build": "ng build --base-href /ng-animate/",
8-
"build-lib": "ng build ng-animate",
8+
"build-lib": "ng build ng-animate && shx cp *.md dist/ng-animate/",
99
"packagr": "ng-packagr -p projects/ng-animate/ng-package.json",
1010
"deploy": "gh-pages -d dist/demo",
1111
"test": "ng test",
@@ -31,8 +31,8 @@
3131
"@angular-eslint/builder": "^14.0.0-alpha.3",
3232
"@angular-eslint/eslint-plugin": "^14.0.0-alpha.3",
3333
"@angular-eslint/eslint-plugin-template": "^14.0.0-alpha.3",
34-
"@angular-eslint/template-parser": "^14.0.0-alpha.3",
3534
"@angular-eslint/schematics": "^14.0.0-alpha.3",
35+
"@angular-eslint/template-parser": "^14.0.0-alpha.3",
3636
"@angular/cli": "^14.0.2",
3737
"@angular/compiler-cli": "^14.0.2",
3838
"@types/jasmine": "~4.0.0",
@@ -49,6 +49,7 @@
4949
"karma-jasmine-html-reporter": "~1.7.0",
5050
"ng-packagr": "^14.0.2",
5151
"protractor": "~7.0.0",
52+
"shx": "^0.3.4",
5253
"ts-node": "~8.3.0",
5354
"typescript": "~4.7.2"
5455
}

projects/ng-animate/ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"lib": {
55
"entryFile": "src/public-api.ts"
66
}
7-
}
7+
}

projects/ng-animate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-animate",
3-
"version": "14.0.0",
3+
"version": "2.0.1",
44
"description": "A library of cool, reusable and flexible animations for Angular",
55
"repository": {
66
"type": "git",
@@ -17,9 +17,9 @@
1717
},
1818
"homepage": "https://github.com/jiayihu/ng-animate#readme",
1919
"peerDependencies": {
20-
"@angular/common": ">=14.0.0",
21-
"@angular/core": ">=14.0.0",
22-
"@angular/animations": ">=14.0.0"
20+
"@angular/common": ">=12.0.0",
21+
"@angular/core": ">=12.0.0",
22+
"@angular/animations": ">=12.0.0"
2323
},
2424
"dependencies": {
2525
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)