apeframework 0.0.0-dev.45 → 0.0.0-dev.46

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +4 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Matthieu Symoens
3
+ Copyright (c) 2026 Matthieu Symoens
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -43,13 +43,13 @@ yarn lint
43
43
  Tag stable release:
44
44
 
45
45
  ```
46
- git tag v<major>.<minor>.<patch>
46
+ git tag framework@v<major>.<minor>.<patch>
47
47
  ```
48
48
 
49
49
  Tag dev release:
50
50
 
51
51
  ```
52
- git tag v0.0.0-dev.<number>
52
+ git tag framework@v0.0.0-dev.<number>
53
53
  ```
54
54
 
55
55
  Push tags:
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "apeframework",
3
- "version": "0.0.0-dev.45",
3
+ "version": "0.0.0-dev.46",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "license": "MIT",
8
8
  "author": "Matthieu Symoens",
9
- "description": "Node.js app framework",
9
+ "description": "Node.js App Framework",
10
10
  "keywords": [
11
11
  "ape",
12
12
  "framework",
@@ -14,7 +14,8 @@
14
14
  ],
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/MattSyms/apeframework.git"
17
+ "url": "git+https://github.com/MattSyms/apeframework.git",
18
+ "directory": "framework"
18
19
  },
19
20
  "type": "module",
20
21
  "engines": {