Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 3950d50

Browse files
authored
Adding archive notice
1 parent a7e3aec commit 3950d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"start": "yarn build:lib --watch",
1717
"test": "jest --config jest.config.json",
1818
"version": "yarn build",
19-
"beta": "npm version prerelease && npm publish --tag beta"
19+
"beta": "npm version prerelease && npm publish --tag beta",
20+
"preinstall": "echo ********* This package has been deprecated and the officedev/office-js-helpers repo has been archived. *********",
21+
"postinstall": "echo ********* This package has been deprecated and the officedev/office-js-helpers repo has been archived. *********"
2022
},
2123
"main": "./dist/office.helpers.js",
2224
"jsnext:main": "./dist/office.helpers.js",

0 commit comments

Comments
 (0)