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

Commit 6e438c7

Browse files
Ignore src directory in NPM
1 parent c368bd2 commit 6e438c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-snapshot-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A zero-configuration server that serves server-rendered snapshots of Create React App",
5-
"main": "index.js",
5+
"main": "lib/index.js",
66
"repository": "https://github.com/scrnhq/react-snapshot-server",
77
"author": "Robert van Steen",
88
"license": "MIT",

0 commit comments

Comments
 (0)