Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Dec 19, 2017
1 parent 08a8a4d commit 8f96141
Show file tree
Hide file tree
Showing 9 changed files with 947 additions and 907 deletions.
10 changes: 5 additions & 5 deletions Brocfile.js
Expand Up @@ -36,13 +36,13 @@ var es5 = new Babel(lib, {
function rollupConfig(entry) {
return new Rollup(es5, {
rollup: {
entry: 'lib/' + entry,
targets: [
input: 'lib/' + entry,
output: [
{
format: 'umd',
moduleName: 'ES6Promise',
dest: entry,
sourceMap: 'inline'
name: 'ES6Promise',
file: entry,
sourcemap: 'inline'
}
]
}
Expand Down
4 changes: 3 additions & 1 deletion dist/es6-promise.auto.js

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

2 changes: 1 addition & 1 deletion dist/es6-promise.auto.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-promise.auto.min.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/es6-promise.js

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

2 changes: 1 addition & 1 deletion dist/es6-promise.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es6-promise.min.map

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions package.json
Expand Up @@ -18,19 +18,18 @@
"devDependencies": {
"broccoli-babel-transpiler": "^5.6.1",
"broccoli-concat": "^3.1.0",
"broccoli-merge-trees": "^1.2.3",
"broccoli-rollup": "^1.0.2",
"broccoli-merge-trees": "^2.0.0",
"broccoli-rollup": "^2.0.0",
"broccoli-stew": "^1.2.0",
"broccoli-uglify-js": "^0.2.0",
"broccoli-watchify": "^1.0.1",
"ember-cli": "2.17.1",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-dependency-checker": "^2.1.0",
"ember-publisher": "0.0.7",
"git-repo-version": "0.4.1",
"git-repo-version": "1.0.1",
"json3": "^3.3.2",
"mocha": "^3.1.0",
"promises-aplus-tests-phantom": "^2.1.0-revise",
"release-it": "2.7.1"
"mocha": "^4.0.1",
"promises-aplus-tests-phantom": "^2.1.0-revise"
},
"scripts": {
"build": "ember build --environment production",
Expand All @@ -40,8 +39,7 @@
"test:server": "ember test --server",
"test:node": "ember build && mocha ./dist/test/browserify",
"prepublish": "ember build --environment production",
"lint": "jshint lib",
"dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive"
"lint": "jshint lib"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8f96141

Please sign in to comment.