porffor 0.14.0-4057a18e9 → 0.14.0-7bef6473d
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -191,7 +191,7 @@ These include some early (stage 1/0) and/or dead (last commit years ago) proposa
|
|
191
191
|
|
192
192
|
## Versioning
|
193
193
|
Porffor uses a unique versioning system, here's an example: `0.14.0-15cb49f07`. Let's break it down:
|
194
|
-
1. `0` - major, always `0` as Porffor is not ready yet
|
194
|
+
1. `0` - major, always `0` as Porffor is not ready yet
|
195
195
|
2. `14` - minor, total Test262 pass percentage (floored to nearest int)
|
196
196
|
3. `0` - micro, always `0` as unused
|
197
197
|
4. `15cb49f07` - commit hash
|
package/package.json
CHANGED