Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Commit

Permalink
chore(app): move devDeps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Peeters committed May 25, 2018
1 parent 1c12512 commit f283328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nosplatform/create-nos-dapp",
"version": "0.2.0",
"version": "0.2.1",
"description": "Create a dapp on the nOS platform",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -11,7 +11,7 @@
"start": "node lib/index.js",
"build": "rimraf lib && ./node_modules/.bin/babel src -d lib"
},
"devDependencies": {
"dependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/polyfill": "^7.0.0-beta.46",
Expand Down

0 comments on commit f283328

Please sign in to comment.