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

Commit a54a6d7

Browse files
authored
Merge pull request #154 from OfficeDev/archive-notice
Deprecated and archive repo
2 parents a7e3aec + 3950d50 commit a54a6d7

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)