File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.0.0] ( https://github.com/egoist/presite/compare/v1.0.0...v2.0.0 ) (2020-07-31)
2
+
3
+
4
+ ### Features
5
+
6
+ * crawl pages ([ f78cf17] ( https://github.com/egoist/presite/commit/f78cf17ec1e8f2d937f79da452105f4967c99859 ) )
7
+ * expose onBrowserPage option ([ 5d099c4] ( https://github.com/egoist/presite/commit/5d099c4b8ab1ea345920a7ee7e22f2ba50c33c53 ) )
8
+ * support xml and json pages ([ b8a0467] ( https://github.com/egoist/presite/commit/b8a046747a042b8effcd137b77a1f17bb2dedfc2 ) )
9
+
10
+
11
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " presite" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"description" : " CLI app for pre-rendering SPA websites." ,
5
5
"repository" : {
6
6
"url" : " egoist/presite" ,
12
12
],
13
13
"scripts" : {
14
14
"test" : " echo 'no tests!'" ,
15
- "build" : " tsup src/cli.ts --dts" ,
15
+ "build" : " rm -rf dist && tsup src/cli.ts --dts" ,
16
16
"prepublishOnly" : " npm run build" ,
17
17
"presite" : " node -r sucrase/register src/cli.ts" ,
18
18
"release" : " shipjs prepare"
You can’t perform that action at this time.
0 commit comments