Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit a112ca8

Browse files
authored
Merge release-v0.1.1 into master
2 parents 62204f6 + 1083c72 commit a112ca8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.1.1 (November 7, 2017)
2+
- Update Rollup output format to 'es'
3+
14
## v0.1.0 (November 6, 2017)
25
- Module name change
36
- Add ASCII art

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commercecloud-ocapi-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An ES6 JavaScript Client for Salesforce Open Commerce API",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "lib/index.js",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
input: 'src/index.js',
33
output: {
44
file: 'lib/index.js',
5-
format: 'cjs'
5+
format: 'es'
66
},
77
external: ['superagent', 'querystring'],
88
}

0 commit comments

Comments
 (0)