Skip to content

Commit

Permalink
Get Pakyow.js published properly to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanp committed Jul 18, 2018
1 parent f6f0eb2 commit 04d45a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pakyow-js/package.json
@@ -1,11 +1,12 @@
{
"name": "@pakyow/js",
"version": "0.1.0",
"description": "Pakyow on the client",
"main": "index.js",
"version": "1.0.0-alpha.4",
"description": "Client-Side Pakyow",
"main": "dist/pakyow.js",
"files": [
"index.js",
"src"
"src",
"dist"
],
"scripts": {
"build": "rollup -c rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion pakyow-js/src/version.js
@@ -1 +1 @@
export default "1.0.0.pre.alpha";
export default "1.0.0-alpha.4";

0 comments on commit 04d45a5

Please sign in to comment.