Skip to content

Commit

Permalink
Merge pull request #647 from orbitjs/revert-es2017
Browse files Browse the repository at this point in the history
Revert "Update language level of module target to es2017"
  • Loading branch information
dgeb authored May 24, 2019
2 parents 2d5d1fe + 7539e43 commit 4003762
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/@orbit/coordinator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/identity-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/immutable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/indexeddb-bucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/jsonapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/local-storage-bucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/record-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/serializers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/@orbit/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "https://github.com/orbitjs/orbit",
"license": "MIT",
"main": "dist/commonjs/es5/index.js",
"module": "dist/modules/es2017/index.js",
"module": "dist/modules/es5/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "rm -rf dist && BROCCOLI_ENV=dist broccoli build dist",
Expand Down

0 comments on commit 4003762

Please sign in to comment.