Skip to content

Commit 416b15c

Browse files
Add the DIST folder so that bower packages work correctly
Ignore a few more unnecessary files Relates to #35
1 parent fbb3c8b commit 416b15c

8 files changed

+1575
-7
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,10 @@ ModelManifest.xml
213213

214214
/js-data-jsonapi-0.0.0-alpha.1.tgz
215215
/src/*.js
216-
*.map
216+
/src/*.map
217217
/ts-built
218218

219219
/junit
220-
/dist
221220
/coverage
222221
/bower_components
223222
/karma_html

JSONApiDataAdapter.njsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<OutputPath>.</OutputPath>
2121
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2222
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
23-
<ProjectView>ProjectFiles</ProjectView>
23+
<ProjectView>ShowAllFiles</ProjectView>
2424
<TypeScriptSourceMap>true</TypeScriptSourceMap>
2525
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
2626
<EnableTypeScript>true</EnableTypeScript>

bower.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "Blair Jacobs"
1212
},
1313
"license": "MIT",
14-
14+
1515
"ignore": [
1616
".idea/",
1717
".*",
@@ -32,7 +32,9 @@
3232
"tsconfig.json",
3333
"tslint.json",
3434
"karma.conf.js",
35-
"karma.start.js"
35+
"karma.start.js",
36+
"JSONApiDataAdapter.njsproj",
37+
"JSONApiDataAdapter.sln"
3638
],
3739
"dependencies": {
3840
"js-data": "^2.8.2 <3",

dist/js-data-jsonapi.js

+1,555
Large diffs are not rendered by default.

dist/js-data-jsonapi.min.js

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-data-jsonapi.min.map

+1
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-data-jsonapi",
3-
"version": "0.0.0-alpha.19",
3+
"version": "0.0.0-alpha.20",
44
"description": "JsonApi adapter for js-data.",
55
"main": "./dist/js-data-jsonapi.js",
66
"repository": {

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Or alternatively to use an existing HttpAdapter for example when using js-data-a
6969
```
7070
7171
### Version
72-
0.0.0-alpha.19
72+
0.0.0-alpha.20
7373
7474
### Tech
7575

0 commit comments

Comments
 (0)