@necord/schematics 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  This is a collection of schematics for Necord projects.
4
4
 
5
+ ### Installation
6
+
7
+ ```bash
8
+ npm i -D @necord/schematics
9
+ ```
10
+
5
11
  ### Testing
6
12
 
7
13
  To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command
@@ -27,6 +33,6 @@ schematics .:command
27
33
 
28
34
  ### Unit Testing
29
35
 
30
- `npm run test` will run the unit tests, using Jasmine as a runner and test framework.
36
+ `npm run test` will run the unit tests, using Jest as a runner and test framework.
31
37
 
32
38
  That's it!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@necord/schematics",
3
3
  "description": "A collection of schematics for Necord projects with NestJS",
4
- "version": "1.3.1",
4
+ "version": "1.3.3",
5
5
  "scripts": {
6
6
  "build": "rimraf -rf dist && tsc -p tsconfig.json",
7
7
  "postbuild": "npm run copy:collection && npm run copy:lib",