Commit Graph

104 Commits

Author SHA1 Message Date
Iuri Matias 5207c450a6
Merge pull request #8 from embark-framework/features/ens
Change functions for ENS
2018-07-27 14:31:39 -04:00
Jonathan Rainville 5766d0f914 remove cross-env on rimraf 2018-07-27 13:15:04 -04:00
Jonathan Rainville 7a6aa21596 add call backs 2018-07-27 13:02:50 -04:00
Jonathan Rainville 3264adf877 add cross-env to enable env var set for windows 2018-07-26 15:13:28 -04:00
Jonathan Rainville 22bf8f7d5e add registerSubDomain function 2018-07-26 15:13:11 -04:00
Michael Bradley, Jr 32904cbc66 0.2.0 2018-07-17 16:04:52 -05:00
Michael Bradley, Jr a160633664 rm extra space in package.json 2018-07-17 13:14:34 -05:00
Iuri Matias c8883f874d
Merge pull request #7 from embark-framework/features/prep-for-embark-usage
prep for embark usage
2018-07-17 19:54:54 +03:00
Michael Bradley, Jr 1f72c2d830 standalone entrypoint -- simple convenience 2018-07-16 17:08:42 -05:00
Michael Bradley, Jr b6c0c429de node entrypoint -- corresponds to "main" in pkg.json 2018-07-16 17:08:22 -05:00
Michael Bradley, Jr 7c6d46c20d copy missing func/comment from old script 2018-07-16 17:07:52 -05:00
Michael Bradley, Jr ca1e5538f7 isNewWeb3 should be a constructor prop since needed on EmbarkJS 2018-07-16 17:06:06 -05:00
Michael Bradley, Jr 3ed02c2553 browser and embark entrypoints go through index 2018-07-16 17:05:24 -05:00
Michael Bradley, Jr 4648986805 be more specific,strict about what's supported 2018-07-16 17:04:48 -05:00
Michael Bradley, Jr 75eeaa5c83 rev babel, webpack setups and pkg.json fields 2018-07-16 17:04:25 -05:00
Michael Bradley, Jr d1ad20574a bump dev/deps 2018-07-16 17:02:42 -05:00
Michael Bradley 69e7fe5508
Merge pull request #6 from embark-framework/features/fix-async-dep
async package should be a dep
2018-07-13 11:21:03 -05:00
Michael Bradley, Jr 14b9937104 async pkg should be a dep 2018-07-13 10:57:27 -05:00
Iuri Matias 61664c6dad
Merge pull request #5 from embark-framework/separate_concerns
separate embarkjs in to specific classes related to each component
2018-07-13 16:16:42 +03:00
Michael Bradley, Jr ac37c395e4 enable @babel/plugin-transform-runtime in webpack config 2018-07-12 10:35:12 -05:00
Iuri Matias c820e47470
Merge pull request #4 from embark-framework/add_set_providers
add setProviders back
2018-07-12 00:48:34 +03:00
Iuri Matias 2e6fff57d3 separate embarkjs in to specific classes related to a particular component 2018-07-12 00:48:18 +03:00
Iuri Matias 77873952ca add setProviders 2018-07-11 23:51:08 +03:00
Michael Bradley a9e4f79ad6
Merge pull request #3 from embark-framework/features/fix-umd-for-node
Features/fix umd for node
2018-07-10 09:14:10 -05:00
Michael Bradley, Jr 8282b4ffbd general tidy up 2018-07-09 18:47:36 -05:00
Michael Bradley, Jr e7ab2094ae cleanup scripts 2018-07-09 18:47:36 -05:00
Michael Bradley, Jr 3497d3bb02 fix umd output so standalone embark.min.js works in node.js also 2018-07-09 18:31:04 -05:00
Iuri Matias 7b65008763
Merge pull request #2 from embark-framework/features/prefer-prepare
prepack -> prepare
2018-07-07 01:24:51 +03:00
Michael Bradley, Jr bd547087ca prepack -> prepare 2018-07-06 17:02:08 -05:00
Iuri Matias fe919dd12b
Merge pull request #1 from embark-framework/move-embarkjs
Move embarkjs
2018-07-07 00:26:35 +03:00
Michael Bradley, Jr be2414da29 add description to README, provide link to Embark 2018-07-06 16:11:17 -05:00
Michael Bradley, Jr cccfa3e40c add description to package.json 2018-07-06 16:11:04 -05:00
Michael Bradley, Jr d3e1a7626e must pack src/ since "browser" field points to src/browser.js 2018-07-06 14:26:49 -05:00
Michael Bradley, Jr ea0524aefc rimraf (`npm run clean`) should clean up the output of `npm pack` 2018-07-06 14:09:47 -05:00
Michael Bradley, Jr 1756661ae4 ignore output of `npm pack` 2018-07-06 14:09:47 -05:00
Michael Bradley, Jr 4ae3f917ed keywords in package.json 2018-07-06 13:54:38 -05:00
Michael Bradley, Jr 1240e2faec change browser entrypoint to src/browser.js 2018-07-06 12:54:40 -05:00
Michael Bradley, Jr fe8e44385e babel should ignore src/browser.js 2018-07-06 12:54:29 -05:00
Michael Bradley, Jr 9a424d559a webpack should build against src/browser.js vs. dist/browser.js 2018-07-06 12:53:58 -05:00
Michael Bradley, Jr fecb79d291 webpack should ignore .babelrc 2018-07-06 12:53:44 -05:00
Michael Bradley, Jr 1b58efa5c9 consistent use of "@babel/env" vs. "@babel/preset-env" 2018-07-06 12:53:18 -05:00
Michael Bradley, Jr 66a27d4b30 spec "prepack" script in package.json 2018-07-06 12:11:36 -05:00
Michael Bradley, Jr aa575cc39f rm unused devDep 2018-07-06 12:00:32 -05:00
Michael Bradley, Jr 31fb2e30fc node.js entrypoint 2018-07-06 11:44:14 -05:00
Michael Bradley, Jr 2d41668f2f split out logic to check for web3 into browser entrypoint 2018-07-06 11:44:14 -05:00
Michael Bradley, Jr ccc043f359 EmbarkJS source code 2018-07-06 11:44:00 -05:00
Michael Bradley, Jr 80a7f6019f webpack.config.js 2018-07-06 11:44:00 -05:00
Michael Bradley, Jr 333d8c06dd helper web page for testing standalone embark.min.js 2018-07-06 11:43:55 -05:00
Michael Bradley, Jr c81ddd9ddd package.json 2018-07-06 11:43:46 -05:00
Michael Bradley, Jr 9fa3c5df47 .babelrc 2018-07-06 11:43:46 -05:00