Skip to content

Commit

Permalink
make src package private
Browse files Browse the repository at this point in the history
  • Loading branch information
heimdallrj committed Jan 8, 2023
1 parent 7e4cd00 commit 3c1b08d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-jetpack/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "react-jetpack-src",
"version": "1.0.0-alpha.5",
"description": "An opinionated, but loosely coupled toolkit for efficient React.js development.",
Expand Down
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

// Generate package.json
const pkg = require('../packages/react-jetpack/package.json');
delete pkg.private;
const pkgFinal = {
...pkg,
name: 'react-jetpack',
Expand Down

0 comments on commit 3c1b08d

Please sign in to comment.