Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit c87592b

Browse files
authored
📇 1.0.3
1 parent 95e6f51 commit c87592b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angularclass/universal-express",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "universal-express: Angular Universal module for express",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"prebuild": "rm -rf dist",
1313
"build": "node_modules/.bin/tsc || true",
1414
"test": "echo \"Error: no test specified\" && exit 1",
15-
"plrepublish": "npm run build"
15+
"prepublish": "npm run build"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)