Skip to content

Commit

Permalink
Version incremented to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
okunishinishi committed Jun 16, 2018
1 parent 3f22fc8 commit 1bfd432
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 39 deletions.
7 changes: 0 additions & 7 deletions ci/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@ runTasks('build', [
mkdirp: true
}
),
() => filecopy(
require.resolve('../lib/index.mjs'),
'shim/browser/index.mjs',
{
mkdirp: true
}
)
], true)
1 change: 0 additions & 1 deletion lib/.index.bud
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const {indexJsBud} = require('ape-tmpl')
const {description, name} = require('../package.json')

module.exports = [
true,
false
].map((mjs) => ({
...indexJsBud({
Expand Down
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const cleanup = d(require('./cleanup'))
const clone = d(require('./clone'))
const deepEqual = d(require('./deep_equal'))
const dig = d(require('./dig'))
const index = d(require('./index'))
const keyFor = d(require('./key_for'))
const retrieve = d(require('./retrieve'))
const shallowEqual = d(require('./shallow_equal'))
Expand All @@ -23,7 +22,6 @@ module.exports = {
clone,
deepEqual,
dig,
index,
keyFor,
retrieve,
shallowEqual
Expand Down
28 changes: 0 additions & 28 deletions lib/index.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asobj",
"version": "2.1.1",
"version": "2.1.2",
"description": "Object utility",
"main": "lib",
"browser": "shim/browser",
Expand Down

0 comments on commit 1bfd432

Please sign in to comment.