Skip to content

Commit

Permalink
Fixing the babelrc issue when used in other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
shidhincr committed Jun 26, 2016
1 parent 54ec5f2 commit 99ff1c1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reconfig",
"main": "reconfig.js",
"version": "1.4.2",
"main": "build/reconfig.js",
"version": "2.0.0",
"homepage": "https://github.com/namshi/reconfig",
"authors": [
"Alex Nadalin <alessandro.nadalin@gmail.com>"
Expand All @@ -16,8 +16,7 @@
"no-bs"
],
"dependencies": {
"lodash": "4.5.1",
"vpo": "2.0.0"
"lodash": "4.5.1"
},
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion build/reconfig.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/reconfig.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"name": "reconfig",
"version": "2.2.0",
"version": "3.0.0",
"description": "JavaScript configurations as they're meant to be. Kinda.",
"main": "build/reconfig.js",
"scripts": {
"test": "npm run build && RECONFIG_envKey=value RECONFIG_confKey=newValue RECONFIG_list_1_key=newValue mocha -b",
"compile": "babel reconfig.es6.js -o build/reconfig.js",
"compile": "babel reconfig.js -o build/reconfig.js",
"build": "npm run compile && uglifyjs build/reconfig.js -o build/reconfig.js --source-map build/reconfig.min.js.map",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/namshi/reconfig.git"
},
"files": [
"build"
],
"keywords": [
"config",
"configuration",
Expand All @@ -35,7 +38,6 @@
"uglify-js": "^2.6.4"
},
"dependencies": {
"lodash": "4.5.1",
"vpo": "2.0.0"
"lodash": "4.5.1"
}
}
Loading

0 comments on commit 99ff1c1

Please # to comment.