@@ -34,6 +34,40 @@ package:
34
34
- console
35
35
- node-process
36
36
- nonempty
37
+ publish :
38
+ # The version of your package. This follows semver rules, but with no
39
+ # prereleases - so only major.minor.patch.
40
+ version : 10.3.0
41
+ # The license for your source, in SPDX format: https://spdx.dev/
42
+ license : BSD-2-Clause
43
+ # # Optional list of globs to include in the published archive, in
44
+ # # addition to the list of files that the Registry includes by default:
45
+ # # https://github.com/purescript/registry-dev/blob/master/SPEC.md#always-included-files
46
+ # include:
47
+ # - "test/**/*.purs"
48
+ # # Optional list of globs to exclude from the published archive, in
49
+ # # addition to the list of files that the Registry includes by default:
50
+ # # https://github.com/purescript/registry-dev/blob/master/SPEC.md#always-excluded-files
51
+ # # Note that the Registry will first apply the `include` list, then
52
+ # # the `exclude` one, as detailed in the specification:
53
+ # # https://github.com/purescript/registry-dev/blob/master/SPEC.md#33-manifest
54
+ # exclude:
55
+ # - "test/graphs/**/*"
56
+ # The place where the Registry will fetch the source from.
57
+ # This is optional since you might want to release the code without
58
+ # publishing to the Registry, which is what this is needed for.
59
+ location :
60
+ # There are a few supported locations:
61
+ # 1) Github: no URL needed, just username and the name of the repo
62
+ # The `subdir` field is optional, and only necessary if your
63
+ # package is not in the root of the repo.
64
+ githubOwner : purescript-contrib
65
+ githubRepo : purescript-parsing
66
+ # subdir: lib
67
+ # 2) Git: any git server should work with this
68
+ # The `subdir` is optional as above
69
+ url : https://github.com/purescript-contrib/purescript-parsing
70
+ # subdir: lib
37
71
workspace :
38
72
extraPackages : {}
39
73
packageSet :
0 commit comments