Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happychat-client",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "./targets/npm/api.js",
"keywords": [],
Expand All @@ -16,6 +16,7 @@
"scripts": {
"analyze-bundles": "NODE_ENV=analyze webpack -p --config webpack.standalone.config.js",
"postinstall": "node bin/fix-local-config",
"prepublishOnly": "npm run build:npm",
"start": "run-p dev:standalone",
"dev:standalone": "run-p dev:standalone:*",
"dev:standalone:js": "NODE_ENV=development webpack-dev-server --config webpack.standalone.config.js",
Expand Down
3 changes: 2 additions & 1 deletion targets/npm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!.gitignore
!.npmignore
Empty file added targets/npm/.npmignore
Empty file.