@necord/schematics 1.3.2 → 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,6 +33,6 @@ schematics .:command
33
33
 
34
34
  ### Unit Testing
35
35
 
36
- `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.
37
37
 
38
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.2",
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",