36 Commits

Author SHA1 Message Date
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
0.1.0
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
Michael Bradley, Jr
4036ce49bc .npmrc 2018-07-06 11:43:46 -05:00
Michael Bradley, Jr
b6a4fc4191 .gitignore 2018-07-06 11:43:46 -05:00
Michael Bradley, Jr
9ace0f7354 LICENSE 2018-07-06 11:43:46 -05:00
Iuri Matias
62cfb553c2
Initial commit 2018-07-01 21:30:42 -04:00