Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
use smooth-release; remove yarn.lock;
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Jul 20, 2017
1 parent 391ea01 commit 99f865d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4,286 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "1.0.1",
"description": "",
"main": "index.js",
"files": [
"lib",
"src",
"examples",
"index.js"
],
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"build": "rm -rf lib && mkdir lib && babel src -d lib",
Expand All @@ -13,7 +19,8 @@
"build-examples": "npm run clean && webpack --config examples/webpack.config.build.babel.js --progress",
"start": "webpack-dev-server --config examples/webpack.config.babel.js --progress --hot --inline",
"clean": "rm -f examples/bundle.js examples/bundle.js.map",
"generate-readme": "node ./generateReadme.js"
"generate-readme": "node ./generateReadme.js",
"release-version": "smooth-release"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,6 +64,7 @@
"react-readme-generator": "0.0.1",
"require-dir": "^0.3.0",
"scriptoni": "^0.4.3",
"smooth-release": "^8.0.4",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
Expand Down
Loading

0 comments on commit 99f865d

Please sign in to comment.