This repository was archived by the owner on Sep 29, 2024. It is now read-only.
File tree 5 files changed +14
-12
lines changed
5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
language : node_js
4
4
5
5
node_js :
6
- - 4
7
-
8
- install :
9
- - npm install --ignore-scripts
6
+ - 10
Original file line number Diff line number Diff line change 1
1
# Changes to CSS Typed Object Model
2
2
3
+ ### 0.4.0 (May 11, 2018)
4
+
5
+ - Fix add method
6
+ - Support multiplication and division by number primatives
7
+
3
8
### 0.3.0 (April 17, 2018)
4
9
5
10
- Only polyfill constructors on the window object passed into ` polyfill() `
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ scope and avoid unrelated commits.
26
26
cd css-typed-om
27
27
28
28
# Assign the original repo to a remote called "upstream"
29
- git remote add upstream
[email protected] :
jonathantneal /css-typed-om.git
29
+ git remote add upstream
[email protected] :
csstools /css-typed-om.git
30
30
31
31
# Install the tools necessary for testing
32
32
npm install
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ They all stringify back into compliant CSS.
171
171
172
172
[ npm-url ] : https://www.npmjs.com/package/css-typed-om
173
173
[ npm-img ] : https://img.shields.io/npm/v/css-typed-om.svg
174
- [ cli-url ] : https://travis-ci.org/jonathantneal /css-typed-om
175
- [ cli-img ] : https://img.shields.io/travis/jonathantneal /css-typed-om.svg
174
+ [ cli-url ] : https://travis-ci.org/csstools /css-typed-om
175
+ [ cli-img ] : https://img.shields.io/travis/csstools /css-typed-om.svg
176
176
177
- [ CSS Typed Object Model ] : https://github.com/jonathantneal /css-typed-om
177
+ [ CSS Typed Object Model ] : https://github.com/csstools /css-typed-om
178
178
[ CSS Typed OM Level 1 ] : https://drafts.css-houdini.org/css-typed-om-1/
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-typed-om" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " Use CSS Typed Object Model in the browser" ,
5
5
"author" :
" Jonathan Neal <[email protected] >" ,
6
6
"license" : " CC0-1.0" ,
7
- "repository" : " jonathantneal /css-typed-om" ,
8
- "homepage" : " https://github.com/jonathantneal /css-typed-om#readme" ,
9
- "bugs" : " https://github.com/jonathantneal /css-typed-om/issues" ,
7
+ "repository" : " csstools /css-typed-om" ,
8
+ "homepage" : " https://github.com/csstools /css-typed-om#readme" ,
9
+ "bugs" : " https://github.com/csstools /css-typed-om/issues" ,
10
10
"main" : " index.umd.js" ,
11
11
"module" : " index.es.js" ,
12
12
"files" : [
You can’t perform that action at this time.
0 commit comments