diff --git a/circle.yml b/circle.yml index 4f115cc..2d77ab4 100644 --- a/circle.yml +++ b/circle.yml @@ -23,6 +23,8 @@ deployment: - npm run check - npm run production - cp package.json dist + - cp LICENSE dist + - cp README.md dist - cd dist - npm pack - echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login diff --git a/package.json b/package.json index 3e3e56c..03bb4e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "incidents-attack", - "version": "0.0.1", + "version": "0.0.2", "description": "Incidents Attack is a game wrriten in ReactJS and created with the awesome react react-game-kit library.", "homepage": "https://www.dorsha.com", "author": "Doron Sharon",