Skip to content

Commit

Permalink
prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmacs committed May 28, 2020
1 parent 27d9a4b commit 6f239b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 30 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@
{
"name": "aws-next",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"author": "Massimo De Marchi <[email protected]>",
"bin": "./build/cli.js",
"engines": {
"node": ">=8"
},
"scripts": {
"dev": "pastel dev",
"build": "pastel build",
"prepare": "pastel build",
"webpack": "webpack"
"prepare": "pastel build"
},
"files": [
"build"
"build",
"handlers"
],
"dependencies": {
"execa": "4.0.2",
"fs-extra": "9.0.0",
"ink": "^2.7.1",
"ink": "2.7.1",
"ink-spinner": "3.0.1",
"klaw": "3.0.0",
"pastel": "^1.0.3",
"pastel": "1.0.3",
"path-to-regexp": "6.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1"
"prop-types": "15.7.2",
"react": "16.13.1"
},
"devDependencies": {
"typescript": "^3.9.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
"typescript": "^3.9.3"
}
}
19 changes: 0 additions & 19 deletions webpack.config.js

This file was deleted.

0 comments on commit 6f239b3

Please sign in to comment.