We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117b866 commit e0554abCopy full SHA for e0554ab
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ngnjs/libdata",
3
- "version": "1.0.0-alpha",
+ "version": "1.0.0-alpha.1",
4
"description": "A plugin module for NGN.",
5
"main": "src/index.js",
6
"module": "index.js",
@@ -35,6 +35,9 @@
35
"update": "npm update --save --save-dev --save-optional"
36
},
37
"dev": {
38
+ "replace": {
39
+ "<#REPLACE_VERSION#>": "package.version"
40
+ },
41
"mode": "source",
42
"source": {
43
"alias": {
src/index.js
@@ -38,3 +38,5 @@ export {
NANOID,
checksum
}
+
+export const moduleVersion = '<#REPLACE_VERSION#>'
0 commit comments