Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit cc55796

Browse files
committed
Add private field to package.json
Remove name and version field from package.json
1 parent d9dcba8 commit cc55796

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"name": "swift-doc-assets",
3-
"version": "1.0.0",
4-
"browserslist": ["> 1%", "not dead"],
2+
"private": true,
3+
"browserslist": [
4+
"> 1%",
5+
"not dead"
6+
],
57
"main": "Resources/all.css",
68
"scripts": {
79
"clean": "rm -rf .parcel-cache",

0 commit comments

Comments
 (0)